{"id":359,"date":"2018-03-01T16:07:09","date_gmt":"2018-03-01T16:07:09","guid":{"rendered":"http:\/\/gregmarkzimmerman.com\/?p=359"},"modified":"2020-04-07T06:45:22","modified_gmt":"2020-04-07T06:45:22","slug":"apache2-ubuntu-ssl-solved","status":"publish","type":"post","link":"https:\/\/gregmarkzimmerman.com\/2018\/03\/01\/apache2-ubuntu-ssl-solved\/","title":{"rendered":"Apache2 Ubuntu SSL: Solved"},"content":{"rendered":"
Self-sign (use this to open ports and make sure SSL is correctly configured)<\/p>\n
1.)\u00a0https:\/\/www.digitalocean.com\/community\/tutorials\/how-to-create-a-self-signed-ssl-certificate-for-apache-in-ubuntu-16-04<\/p>\n
<\/p>\n
<\/p>\n
ports.conf<\/p>\n
# If you just change the port or add more ports here, you will likely also
\n# have to change the VirtualHost statement in
\n# \/etc\/apache2\/sites-enabled\/000-default.conf<\/p>\n
Listen 80
\nListen 443 https<\/p>\n
<IfModule ssl_module>
\nListen 443
\n<\/IfModule><\/p>\n
<IfModule mod_gnutls.c>
\nListen 443
\n<\/IfModule><\/p>\n
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet<\/p>\n
<\/p>\n
.pfx –> .key & .crt<\/p>\n
2.) http:\/\/www.entrust.net\/knowledge-base\/technote.cfm?tn=7924<\/p>\n","protected":false},"excerpt":{"rendered":"
Self-sign (use this to open ports and make sure SSL is correctly configured) 1.)\u00a0https:\/\/www.digitalocean.com\/community\/tutorials\/how-to-create-a-self-signed-ssl-certificate-for-apache-in-ubuntu-16-04 ports.conf # If you just change the port or add more ports here, you will likely also # have to change the VirtualHost statement in # \/etc\/apache2\/sites-enabled\/000-default.conf Listen 80 Listen 443 https <IfModule ssl_module> Listen 443 <\/IfModule> <IfModule mod_gnutls.c> […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[31],"tags":[],"_links":{"self":[{"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/posts\/359"}],"collection":[{"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/comments?post=359"}],"version-history":[{"count":0,"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/posts\/359\/revisions"}],"wp:attachment":[{"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/media?parent=359"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/categories?post=359"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/tags?post=359"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}