Changes

Jump to navigation Jump to search
143 bytes added ,  10:01, 27 September 2018
Line 164: Line 164:  
TODO: Django: http://security.stackexchange.com/questions/8964/trying-to-make-a-django-based-site-use-https-only-not-sure-if-its-secure
 
TODO: Django: http://security.stackexchange.com/questions/8964/trying-to-make-a-django-based-site-use-https-only-not-sure-if-its-secure
    +
= Self Signed PKI =
 +
TODO: https://raymii.org/s/tutorials/OpenSSL_command_line_Root_and_Intermediate_CA_including_OCSP_CRL%20and_revocation.html
 
= Self Signed option 1 =
 
= Self Signed option 1 =
 
  <source lang="bash">#!/bin/bash
 
  <source lang="bash">#!/bin/bash
Line 191: Line 193:  
#################  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 =
 
= ssl_certificate_gen.sh =

Navigation menu