This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 77ae2e3  couple clarifications to cert creation
77ae2e3 is described below

commit 77ae2e38a48330171092dc8d6a6229e45e83e148
Author: Greg Stein <[email protected]>
AuthorDate: Wed Nov 5 10:15:45 2025 -0600

    couple clarifications to cert creation
---
 v3/server/certs/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/v3/server/certs/README.md b/v3/server/certs/README.md
index 1716433..0a5e909 100644
--- a/v3/server/certs/README.md
+++ b/v3/server/certs/README.md
@@ -11,7 +11,8 @@ server:
     keyfile: server.key
 ```
 
-These files are relative to the `main.py` server script, or may be
+These files are relative to the `certs` sub-directory where the
+`main.py` server script, or the files may be
 absolute paths.
 
 ## Certificate Creation
@@ -53,6 +54,7 @@ my Chromebook)  The certificate appears to have a pattern like
 Next is the creation of the server's certificate:
 
 ```sh
+$ cd server/certs
 $ mkcert localhost.apache.org localhost 127.0.0.1 ::1
 Note: the local CA is not installed in the Firefox and/or Chrome/Chromium 
trust store.
 Run "mkcert -install" for certificates to be trusted automatically ⚠️

Reply via email to