Skip to content

Commit

Permalink
update message to reflect that intermediate certificates may not be d…
Browse files Browse the repository at this point in the history
…irectly added/updated (#1929)
  • Loading branch information
mimen committed Feb 15, 2022
1 parent 7104136 commit 8e1aaae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/certs-v5/commands/certs/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ module.exports = {
help: 'Note: certificates with PEM encoding are also valid',
examples: `$ heroku certs:add example.com.crt example.com.key
Certificate Intermediary:
$ heroku certs:add intermediary.crt example.com.crt example.com.key`,
If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:
https://help.salesforce.com/s/articleView?id=000333504&type=1`,
needsApp: true,
needsAuth: true,
run: cli.command(run)
Expand Down
4 changes: 2 additions & 2 deletions packages/certs-v5/commands/certs/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ module.exports = {
help: 'Note: certificates with PEM encoding are also valid',
examples: `$ heroku certs:update example.com.crt example.com.key
Certificate Intermediary:
$ heroku certs:update intermediary.crt example.com.crt example.com.key`,
If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:
https://help.salesforce.com/s/articleView?id=000333504&type=1`,
needsApp: true,
needsAuth: true,
run: cli.command({ preauth: true }, run)
Expand Down

0 comments on commit 8e1aaae

Please sign in to comment.