Hi,
I have one server which generates Let's Encrypt wildcard certificates using DNS-01.
So now I want to copy the pem file to various Opnsense routers we have out in the field.
(We only have ssh access to these routers).
This is no problem using
Then I do
Any ideas?
John
I have one server which generates Let's Encrypt wildcard certificates using DNS-01.
So now I want to copy the pem file to various Opnsense routers we have out in the field.
(We only have ssh access to these routers).
This is no problem using
Code Select
scp cert.pem router-address:/var/etc/
Then I do
Code Select
ssh router-address /usr/local/etc/rc.restart_webgui
which restarts the webgui, however the old certificate is still used.Any ideas?
John