Changes between Version 6 and Version 7 of NGINX Generate SSL Certificate


Ignore:
Timestamp:
10/05/16 11:38:16 (8 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NGINX Generate SSL Certificate

    v6 v7  
    33https://www.digicert.com/csr-creation-apache.htm
    44
     51. On the host VM create the following directory if not already present
     6
     7    {{{sudo mkdir share}}}
     8    {{{sudo mkdir share/cert}}}
     9    {{{sudo mkdir share/cert/live}}}
     10
    5111. On the host VM run the following command :
    612
     13    {{{cd share/cert/live}}}
    714    {{{sudo openssl req -new -newkey rsa:2048 -sha256 -nodes -keyout briccs.xuhl-tr.nhs.uk.key -out briccs.xuhl-tr.nhs.uk.csr}}}
    815
    9 Ensure that the prefix for the .key and .csr is you domain name.
     16Ensure that the prefix for the .key and .csr is you '''domain name.'''
    1017
    1118This command requires the following user input :
     
    3744    {{{-----}}}
    3845
    39     {{{Country Name (2 letter code) [AU]:'''UK'''}}}
     46    {{{Country Name (2 letter code) [AU]:UK}}}
    4047
    4148    {{{State or Province Name (full name) [Some-State]:Leicestershire}}}
     
    6067
    6168
    62 
    6369This command generates a .key and .csr
    6470
    65 uhlbriccsext01.xuhl-tr.nhs.uk
    66 
    67 sudo openssl req -new -newkey rsa:2048 -sha256 -nodes -keyout uhlbriccsext01.xuhl-tr.nhs.uk.key -out uhlbriccsext01.xuhl-tr.nhs.uk.csr
     712. The csr has to be self signed by UHL certificate authority. To do this you have to send the text of the csr
    6872
    6973send text of csr to Robert.Hallett@uhl-tr.nhs.uk