Difference between revisions of "Generate a CSR with SANs"
IVSWikiBlue (talk | contribs) |
IVSWikiBlue (talk | contribs) |
||
Line 37: | Line 37: | ||
{{Aside | content = Make sure to update the CSR and key path for your installation.}} | {{Aside | content = Make sure to update the CSR and key path for your installation.}} | ||
</ol> | </ol> | ||
+ | }} | ||
+ | |||
+ | {{Section | title = Other Commands | content = | ||
+ | <dl> | ||
+ | <dt>Check a Certificate Signing Request (CSR)</dt> | ||
+ | <dd>{{Code Block - Mini | text = <span class="code_regex">openssl</span> req -text -noout -verify -in <span class="code_file">valt.csr</span>}}</dd> | ||
+ | <dt>Check a certificate</dt> | ||
+ | <dd>{{Code Block - Mini | text = <span class="code_regex">openssl</span> x509 -in <span class="code_file">valt.cer</span> -text -noout}}</dd> | ||
+ | <dt>Check a private key</dt> | ||
+ | <dd>{{Code Block - Mini | text = <span class="code_regex">openssl</span> rsa -in <span class="code_file">valt.key</span> -check}}</dd> | ||
+ | </dl> | ||
}} | }} |