Clarifying asymmetric key configuration. Fixes #903

This commit is contained in:
Ryan Baxter
2018-10-01 14:12:43 -04:00
committed by GitHub
parent 80f98c387a
commit f8ecf25c84

View File

@@ -1025,8 +1025,9 @@ To configure a symmetric key you just need to set `encrypt.key` to a
secret String (or use an enviroment variable `ENCRYPT_KEY` to keep it
out of plain text configuration files).
To configure an asymmetric key you can either set the key as a
PEM-encoded text value (in `encrypt.key`), or via a keystore (e.g. as
NOTE: You cannot configure an asymmetric key using `encrypt.key`.
To configure an asymmetric key use a keystore (e.g. as
created by the `keytool` utility that comes with the JDK). The
keystore properties are `encrypt.keyStore.\*` with `*` equal to