Skip to content
Snippets Groups Projects
Commit 2a32da3a authored by René Zimmermann's avatar René Zimmermann
Browse files

Update jwk-creation.md

parent 19d60f34
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,16 @@ foo@bar:~$ python3 .\set-jwkset-gen.py
In der Konsole wird dann im Erfolgsfall der Speicherort der Schlüssel ausgegeben
```console
Wrote JWKS of Public Keys to C:\Users\username\AppData\Local\Temp\tmptlp6_p6g\set-public-keys.json
Please upload this key set via Submission-API (POST /destinations)
Wrote JWK representation of encryption public key (key_use=wrapKey) to C:\Users\username\AppData\Local\Temp\tmpx8gi90tq\publicKey_encryption.json
Wrote JWK representation of signature validation public key (key_use=verify) to C:\Users\username\AppData\Local\Temp\tmpx8gi90tq\publicKey_signature_verification.json
Please upload these keys when creating a destination in the self service portal.
Wrote JWKS of Public Keys to C:\Users\username\AppData\Local\Temp\tmpx8gi90tq\set-public-keys.json
This key set can be used to update (rotate) keys via the Submission-API (PUT /destinations/\{destinationID\})
Wrote JWK representation of decryption private key (key_use=unwrapKey) to C:\Users\username\AppData\Local\Temp\tmpx8gi90tq\privateKey_decryption.json
Wrote JWK representation of signing private key (key_use=sign) to C:\Users\username\AppData\Local\Temp\tmpx8gi90tq\privateKey_signing.json
These keys can be used to sign and decrypt in your client application.
Wrote JWK of Private Key Verifiy to C:\Users\username\AppData\Local\Temp\tmptlp6_p6g\privateKey_signing.json
Wrote JWK of Private Key WrapKey to C:\Users\username\AppData\Local\Temp\tmptlp6_p6g\privateKey_decryption.json
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment