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


Ignore:
Timestamp:
10/05/16 12:33:35 (8 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NGINX Generate SSL Certificate

    v7 v8  
    2626    {{{.................................+++}}}
    2727
    28     {{{writing new private key to 'uhlbriccsext01.xuhl-tr.nhs.uk.key'}}}
     28    {{{writing new private key to 'briccs.xuhl-tr.nhs.uk.key'}}}
    2929
    3030    {{{-----}}}
     
    5454    {{{Organizational Unit Name (eg, section) []:Cardiovascular}}}
    5555
    56     {{{Common Name (e.g. server FQDN or YOUR name) []:uhlbriccsext01.xuhl-tr.nhs.uk}}}
     56    {{{Common Name (e.g. server FQDN or YOUR name) []:briccs.xuhl-tr.nhs.uk}}}
    5757
    5858    {{{Email Address []:}}}
     
    6666    {{{An optional company name []:}}}
    6767
    68 
    6968This command generates a .key and .csr
    7069
    71 2. The csr has to be self signed by UHL certificate authority. To do this you have to send the text of the csr
    7270
    73 send text of csr to Robert.Hallett@uhl-tr.nhs.uk
     712. The .csr has to be self signed by UHL certificate authority. To do this you have to send the text of the .csr to UHL IT (Robert.Hallett@uhl-tr.nhs.uk)
    7472
    75 ask him to create a base46 cer which is in text format and not binary
     73Its important for UHL IT to provide it in base46 which is in text readable and not binary. The file they provide will be .cer
    7674
    77 add the file to this directory /share/cert/live/
     75Name this file along the lines of briccs.xuhl-tr.nhs.uk.cer and place it :
     76
     77    {{{sudo mv briccs.xuhl-tr.nhs.uk.cer /share/cert/live/}}}
     78