Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cloudappliance/createcsr [2018_05_17 00:04] – steven | cloudappliance:createcsr [2024_03_18 19:54] (current) – removed steven | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Creating a CSR (Certificate Signing Request) ====== | ||
| - | Log in as smeconfiguser than become root | ||
| - | |||
| - | openssl req -new -newkey rsa:2048 -nodes -out tuamdocs_directroute_ie.csr -keyout tuamdocs_directroute_ie.key -subj "/ | ||
| - | |||
| - | This will generate 2 files: | ||
| - | |||
| - | tuamdocs_directroute_ie.key | ||
| - | tuamdocs_directroute_ie.csr | ||
| - | |||
| - | Copy the file tuamdocs_directroute_ie.key to the private certs folder | ||
| - | |||
| - | cp tuamdocs_directroute_ie.key / | ||
| - | |||
| - | Ensure the file is in the proper location before deleting it: | ||
| - | |||
| - | cat / | ||
| - | |||
| - | rm tuamdocs_directroute_ie.key | ||
| - | |||
| - | Send the CSR to the Certificate Authority of choice | ||
| - | |||
| - | cat tuamdocs_directroute_ie.csr | ||
| - | |||
| - | The certificate authority will reply with a signed public key and intermediary certs. | ||
| - | These can be uploaded to the File Fabric. | ||