From 534aaa5e7e8afeaa9b976dc4648e80a99f3e38f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Sun, 8 Mar 2026 22:51:18 +0300 Subject: [PATCH] describe certbot usage --- cert/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 cert/README.md diff --git a/cert/README.md b/cert/README.md new file mode 100644 index 0000000..b695bfe --- /dev/null +++ b/cert/README.md @@ -0,0 +1,30 @@ +# Local host + +``` +sudo cert/clientRenew +``` + +When the certbot script asks you to provide verification, go to remote host + +# Remote host + +``` +sudo cert/vpsRenew ACME_FILE ACME_VALUE +``` + +The script waits for Return key, now go to local host and press Return +to let certbot generate certificate and key + +# Local host + +Press Return + +# Remote host + +Press Return + +# Local to remote + +Copy certificate and key to the remove host + +Restart Nginx