Changes

Jump to navigation Jump to search
1 byte removed ,  14:38, 28 March 2018
Line 161: Line 161:        +
= 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 =
 
  <nowiki>#
 
  <nowiki>#
Line 540: Line 547:  
   
 
   
 
openssl x509 -req -days 365 -in hostname.example.com.csr -signkey hostname.example.com.key -out hostname.example.com.crt -extensions v3_req -extfile v3.cnf</nowiki>
 
openssl x509 -req -days 365 -in hostname.example.com.csr -signkey hostname.example.com.key -out hostname.example.com.crt -extensions v3_req -extfile v3.cnf</nowiki>
  −
= ssl_certificate_gen.sh =
  −
<source lang="bash">#!/bin/bash
  −
FQDN=$1
  −
mkdir ${FQDN}
  −
cp openssl.cnf ${FQDN}
  −
  −
</source>
 

Navigation menu