Last updated:
0 purchases
certbotaccessserver 1.0.4
OpenVPN Access Server Installer plugin for Certbot
The plugin automates installation of plugin, generated by certbot, to the
OpenVPN Access Server system.
Named Arguments
--as-installer-socket
Path to the socket OpenVPN Access Server
is listening at
(Default:
/usr/local/openvpn_as/etc/sock/sagent.localroot)
--as-installer-path-only
Set path to certificate to
OpenVPN Access Server instead of
certificate itself
(Default: false)
Installation
certbot-access-server requires Python 3.7+ to run.
pip3 install certbot-access-server
Examples
To acquire and install a single certificate for example.com, using certbot’s
standalone webserver:
certbot \
--standalone
--installer as_installer \
-d example.com
Notes
The plugin requires running instance of OpenVPN Access Server to work
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.