diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2026-03-14 01:07:09 +0100 |
|---|---|---|
| committer | Timotej Lazar <timotej.lazar@araneo.si> | 2026-03-14 11:37:58 +0100 |
| commit | 232fc1d97f0eab42ef6f9a00a43d30aa65417dd8 (patch) | |
| tree | e8288b93b7edfb6cb7f244358f62b547816efa37 | |
| parent | f1d9b1a291c31b1e11ae13419c5e4679352232ab (diff) | |
Use localhost for app certificate CN
Had some troubles otherwise.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
