You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd <dir-where-zip-was-unzipped>
`java -cp libs/helidon-config-encryption-2.4.1.jar:libs/helidon-common-2.4.1.jar:libs/helidon-common-crypto-2.4.1.jar io.helidon.config.encryption.Main <rest of command>`
Or, we might want the manifest for helicon-config-encryption to declare a main and the correct class path. (Other command line options might need different JARs on the path.)
Steps to reproduce
Try to run the command in the doc. The command does not work; it is not clear at all where the JAR to be invoked actually is.
The text was updated successfully, but these errors were encountered:
Environment Details
Problem Description
A user has packaged up a Helidon app into a zip file and needs to let end users create an encrypted secret key to put into a config properties file. The instructions on this doc page do not work:
https://helidon.io/docs/latest/index.html#/mp/security/03_configuration-secrets#_encrypting_values_aes
Workaround/correction to doc:
Or, we might want the manifest for
helicon-config-encryption
to declare a main and the correct class path. (Other command line options might need different JARs on the path.)Steps to reproduce
Try to run the command in the doc. The command does not work; it is not clear at all where the JAR to be invoked actually is.
The text was updated successfully, but these errors were encountered: