diff options
Diffstat (limited to 'README.md')
| -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 |
