From 232fc1d97f0eab42ef6f9a00a43d30aa65417dd8 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sat, 14 Mar 2026 01:07:09 +0100 Subject: Use localhost for app certificate CN Had some troubles otherwise. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4df0a7..e2e433c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Python script to replace [SETCCE proXSign®](https://proxsign.setcce.si/proXSign Websites that want to sign XML or PDF documents submit requests to the proXSign® component acting as a local HTTPS server listening on port 14972. To replicate this behavior, a self-signed TLS certificate is required. One can be generated with openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes \ - -subj "/CN=fauxsign" -keyout fauxsign.key -out fauxsign.crt + -subj "/CN=localhost" -keyout fauxsign.key -out fauxsign.crt ## Usage -- cgit v1.3