Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
SSL Certificate
(edit)
Revision as of 14:34, 28 March 2018
117 bytes added
,
14:34, 28 March 2018
→Self Signed option 1
Line 159:
Line 159:
################# Generate Self-Signed Certificate #########################
################# Generate Self-Signed Certificate #########################
openssl x509 -req -days ${VALID_DAYS} -in ${KEY_NAME}.csr -signkey ${KEY_NAME}.key -out ${KEY_NAME}.crt</source>
openssl x509 -req -days ${VALID_DAYS} -in ${KEY_NAME}.csr -signkey ${KEY_NAME}.key -out ${KEY_NAME}.crt</source>
+
+
+
= ssl_certificate_gen.sh =
+
<source lang="bash">#!/bin/bash
+
FQDN=$1
+
mkdir ${FQDN}
+
cp openssl.cnf ${FQDN}
+
+
</source>
= Self Signed Option 2 =
= Self Signed Option 2 =
Rafahsolis
Bureaucrats
,
Administrators
2,306
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version