Update README.md

This commit is contained in:
2026-02-14 11:26:32 +00:00
parent e167415d1c
commit 010f250eab
+7
View File
@@ -46,4 +46,11 @@ Add ssh config for the Primary:
IdentityFile /root/.ssh/id_ed25519_certbot IdentityFile /root/.ssh/id_ed25519_certbot
EOF EOF
```
Testing:
```
ssh certbot@tywaf12.firstderivatives.com 'sudo rsync --version'
ssh certbot@tywaf12.firstderivatives.com 'sudo systemctl reload nginx'
``` ```