Code: Select all
./letsencrypt-auto --apache
My initial question is, what is actually serving the web interface for OpenVPN? I thought it was Apache, but I noticed that when I stop the Apache service, I can still access the web GUI.
Code: Select all
./letsencrypt-auto --apache
Hi,Pippin wrote:Oh yes, i see my confusion, this is about Access Server WebGUI i think.
Code: Select all
/etc/init.d/openvpnas stop
##Let's Encrypt Client Runs Here in standalone mode##
./usr/local/openvpn_as/scripts/confdba -mk cs.ca_bundle -v "`cat /etc/letsencrypt/live/DOMAIN.TLD/fullchain.pem`"
./usr/local/openvpn_as/scripts/confdba -mk cs.priv_key -v "`cat /etc/letsencrypt/live/DOMAIN.TLD/privkey.pem`" > /dev/null
./usr/local/openvpn_as/scripts/confdba -mk cs.cert -v "`cat /etc/letsencrypt/live/DOMAIN.TLD/cert.pem`"
/etc/init.d/openvpnas start
I found related information and found related article about how you can get free letscrypt and how to configure with OpenVPN. https://community.openvpn.net/openvpn/w ... ate_Chainsjvonschaumburg wrote: ↑Wed Feb 10, 2016 2:12 pmDoes anyone have experience with Let's Encrypt on an OpenVPN server? I created an DNS A record for my organization and pointed it to the IP address of my OpenVPN server. I'd like to use a free Let's Encrypt certificate so that my users will not see the certificate error. I am following the guide in this article: https://letsencrypt.org/howitworks/. I tried running the command to install the cert on Apache but am receiving some errors:Code: Select all
./letsencrypt-auto --apache
My initial question is, what is actually serving the web interface for OpenVPN? I thought it was Apache, but I noticed that when I stop the Apache service, I can still access the web GUI.