1
22.1 Legacy Series / Upload SSL certificate via SCP
« on: February 13, 2022, 10:57:03 pm »
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
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