Initial commit

This commit is contained in:
2025-07-08 23:00:02 -06:00
commit 5922d2bb08
5 changed files with 418 additions and 0 deletions

10
NOTES.txt Normal file
View File

@@ -0,0 +1,10 @@
# Initial install (generated private key on pusher host)
cat fullchain privkey > all.pem
scp all.pem arachnia:/
ssh arachnia "/certificate import name=www_ssl_cert file-name=all.pem no-key-export=yes; /ip service set www-ssl certificate=www_ssl_cert; /ip service set api-ssl certificate=www_ssl_cert"
# Subsequent install (renewed on pusher host)
cat fullchain > renew.pem
scp renew.pem arachnia:/
ssh arachnia "/certificate import name=www_ssl_cert file-name=renew.pem"
#ssh arachnia "/ip service set www-ssl certificate=www_ssl_cert"