Skip to content

Commit 6988bc2

Browse files
authored
Fix DefaultCredentialsStore javadoc (#10470)
2 parents 8ec152c + c3e7f9f commit 6988bc2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/src/main/java/jenkins/security/DefaultConfidentialStore.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@
2626
* Default portable implementation of {@link ConfidentialStore} that uses
2727
* a directory inside $JENKINS_HOME.
2828
* <p>
29-
* The master key is stored by default in <code>$JENKINS_HOME/secrets/master.key</code> but another location can be provided using the system property <code>jenkins.master.key.file</code>.
29+
* The master key is stored by default in <code>$JENKINS_HOME/secrets/master.key</code> but another location can be provided using the system property <code>jenkins.security.DefaultConfidentialStore.file</code>.
3030
* <p>
31-
* It is also possible to prevent the generation of the master key file using the system property <code>-Djenkins.master.key.readOnly</code>. In this case, the master key file must be provided or startup will fail.
31+
* It is also possible to prevent the generation of the master key file using the system property <code>jenkins.security.DefaultConfidentialStore.readOnly</code>.
32+
* In this case, the master key file must be provided or startup will fail.
3233
*
3334
* @author Kohsuke Kawaguchi
3435
*/

0 commit comments

Comments
 (0)