Difference between revisions of "Generate a CSR with SANs"
IVSWikiBlue (talk | contribs) |
IVSWikiBlue (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | {{Section | content = | |
# Connect to the Valt appliance via SSH. | # Connect to the Valt appliance via SSH. | ||
# Type in the following, and press {{Keyboard | key = Enter}} | # Type in the following, and press {{Keyboard | key = Enter}} | ||
− | < | + | #:{{Code Block - Mini | text = <span class="code_regex">nano</span> <span class="code_file">csr_details.conf</span>}} |
# Copy and paste the following into nano: | # Copy and paste the following into nano: | ||
<pre>[req] | <pre>[req] | ||
Line 29: | Line 29: | ||
# Type in the following, and press {{Keyboard | key = Enter}} | # Type in the following, and press {{Keyboard | key = Enter}} | ||
#: ''Make sure to update the CSR and key path for your installation.'' | #: ''Make sure to update the CSR and key path for your installation.'' | ||
− | < | + | #:{{Code Block - Mini | text = <span class="code_regex">openssl</span> req -new -sha256 -nodes -out <span class="code_file">valt.csr</span> -newkey rsa:2048 -keyout <span class="code_file">valt.key</span> -config <span class="code_file">csr_details.conf</span>}} |
− | + | }} |