Changes between Version 7 and Version 8 of NGINX Generate SSL Certificate
- Timestamp:
- 10/05/16 12:33:35 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NGINX Generate SSL Certificate
v7 v8 26 26 {{{.................................+++}}} 27 27 28 {{{writing new private key to ' uhlbriccsext01.xuhl-tr.nhs.uk.key'}}}28 {{{writing new private key to 'briccs.xuhl-tr.nhs.uk.key'}}} 29 29 30 30 {{{-----}}} … … 54 54 {{{Organizational Unit Name (eg, section) []:Cardiovascular}}} 55 55 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}}} 57 57 58 58 {{{Email Address []:}}} … … 66 66 {{{An optional company name []:}}} 67 67 68 69 68 This command generates a .key and .csr 70 69 71 2. The csr has to be self signed by UHL certificate authority. To do this you have to send the text of the csr72 70 73 send text of csr to Robert.Hallett@uhl-tr.nhs.uk 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 to UHL IT (Robert.Hallett@uhl-tr.nhs.uk) 74 72 75 ask him to create a base46 cer which is in text format and not binary 73 Its important for UHL IT to provide it in base46 which is in text readable and not binary. The file they provide will be .cer 76 74 77 add the file to this directory /share/cert/live/ 75 Name 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