summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2024-01-16 21:51:47 +0100
committerTimotej Lazar <timotej.lazar@araneo.si>2024-01-16 21:52:03 +0100
commitaf62cc41a96cc70a844293a10a2ae3fb84c0866e (patch)
tree7635b20db983cd7a5eca0e63db3fcf6d86528601 /README.md
parentbfaa9c25654e1e7b9caf1602ebabdb622005cd42 (diff)
Drop user- prefix from key and cert arguments and config options
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 79eb765..a74658d 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@ Create the configuration file `~/.margfools`. The contents are described in the
If you are using certificate files, add the paths to your TLS private key and certificate in PEM format:
[https://gcsign.example.com/BCSign/]
- user-key = <path/to/key.pem>
- user-cert = <path/to/cert.pem>
+ key = <path/to/key.pem>
+ cert = <path/to/cert.pem>
### Certificates on smartcards
@@ -26,7 +26,7 @@ Assuming the ID of your certificate was 07, specify the engine and certificate s
[https://gcsign.example.com/BCSign/]
engine = pkcs11
- user-key = 07
+ key = 07
You will be asked for your pin during signing.