Skip to content

Commit addca9c

Browse files
authored
Merge pull request #652 from jenkinsci/help-privateKey
More concise suggestion for `GitHubAppCredentials.privateKey`
2 parents 8a8f753 + f1781e1 commit addca9c

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials

1 file changed

+1
-1
lines changed

src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials/help-privateKey.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
Private key for authenticating to GitHub with, it must be in PKCS#8 format, GitHub will give it to you in PKCS#1.
33
</p>
44
<p>
5-
You can convert it with <code>openssl pkcs8 -topk8 -inform PEM -outform PEM -in current-key.pem -out new-key.pem -nocrypt</code>
5+
You can convert it with: <code>openssl pkcs8 -topk8 -nocrypt -in downloaded-key.pem</code>
66
</p>

0 commit comments

Comments
 (0)