Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cloudappliance/createcsr [2018_05_17 00:04] stevencloudappliance: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 "/C=US/ST=Munster/L=Limerick/O=Directroute/OU=IT/CN=tuamdocs.directroute.ie" 
- 
-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 /etc/pki/tls/private/ 
- 
-Ensure the file is in the proper location before deleting it: 
- 
-    cat /etc/pki/tls/private/tuamdocs_directroute_ie.key 
- 
-    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.