This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
opensearch:generating_certificates [2023/01/31 23:15] – olaf | opensearch: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</ | openssl genrsa -out node-01-key-temp.pem 2048</ | ||
- | # convert | + | Convert the key format |
openssl pkcs8 -inform PEM -outform PEM -in node-01-key-temp.pem -topk8 -nocrypt -v1 PBE-SHA1-3DES -out node-01-key.pem</ | openssl pkcs8 -inform PEM -outform PEM -in node-01-key-temp.pem -topk8 -nocrypt -v1 PBE-SHA1-3DES -out node-01-key.pem</ | ||
- | # Create CSR | + | Create |
openssl req -new -key node-01-key.pem -subj "/ | openssl req -new -key node-01-key.pem -subj "/ | ||
Line 54: | Line 54: | ||
</ | </ | ||
- | Back to [[opensearch: | + | Back to [[opensearch: |