User Tools

Site Tools


opensearch:generating_certificates

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
opensearch:generating_certificates [2023/01/31 23:15] olafopensearch:generating_certificates [2023/02/01 00:06] (current) – ↷ Links adapted because of a move operation olaf
Line 30: Line 30:
 === Create the certificate for the node === === Create the certificate for the node ===
 openssl genrsa -out node-01-key-temp.pem 2048</code> openssl genrsa -out node-01-key-temp.pem 2048</code>
-# convert to PKCS#8+Convert the key format to PKCS#8
 openssl pkcs8 -inform PEM -outform PEM -in node-01-key-temp.pem -topk8 -nocrypt -v1 PBE-SHA1-3DES -out node-01-key.pem</code> openssl pkcs8 -inform PEM -outform PEM -in node-01-key-temp.pem -topk8 -nocrypt -v1 PBE-SHA1-3DES -out node-01-key.pem</code>
-Create CSR+Create CSR
 openssl req -new -key node-01-key.pem -subj "/C=US/ST=TX/L=Dallas/O=TheBigBadWolf/OU=SheepPR/CN=node-01"  -out node-01.csr</code> openssl req -new -key node-01-key.pem -subj "/C=US/ST=TX/L=Dallas/O=TheBigBadWolf/OU=SheepPR/CN=node-01"  -out node-01.csr</code>
  
Line 54: Line 54:
 </code> </code>
  
-Back to [[opensearch:installation_on_linux]]+Back to [[opensearch:os_installation_linux]]
opensearch/generating_certificates.1675206900.txt.gz · Last modified: 2023/01/31 23:15 by olaf