User Tools

Site Tools


blog:configure_apache2_to_use_comodo_essential_ssl_certificate

This is an old revision of the document!


Configure apache2 to use comodo essential ssl certificate

  • Generate key: openssl genrsa -out ssl_subdomain_com.key 2048
  • Create CSR: openssl req -new -key ssl_subdomain_com.key -out ssl_subdomain_com.csr
  • Check CSR: openssl req -noout -text -in ssl_subdomain_com.csr
  • Chain certificate download from comodo https://support.comodo.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=964 → essential.cabundle
  • Get CRT after registration → ssl_subdomain_com.crt
  • Append chain certificate to crt: cp ssl_subdomain_com.crt ssl_subdomain_com.bundle.crt cat essential.cabundle » ssl_subdomain_com.bundle.crt

Configure apache 2 w/gntls

    GnuTLSEnable on
    GnuTLSPriorities NORMAL
    GnuTLSCertificateFile /etc/ssl-cacert/apache/ssl_subdomain_com.bundle.crt
    GnuTLSKeyFile         /etc/ssl-cacert/apache/ssl_subdomain_com.key

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
  _____  __  __  _      __   ___    _  __
 / ___/ / / / / | | /| / /  / _ |  | |/_/
/ (_ / / /_/ /  | |/ |/ /  / __ | _>  <  
\___/  \____/   |__/|__/  /_/ |_|/_/|_|
 
blog/configure_apache2_to_use_comodo_essential_ssl_certificate.1307339698.txt.gz · Last modified: 2011-06-06 07:54 by brb