Socket
Socket
Sign inDemoInstall

@heroku-cli/plugin-certs-v5

Package Overview
Dependencies
112
Maintainers
48
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @heroku-cli/plugin-certs-v5

heroku ssl plugin


Version published
Weekly downloads
7.3K
decreased by-5.65%
Maintainers
48
Created
Weekly downloads
 

Readme

Source

heroku-certs

Build Status

Commands

heroku certs

list SSL certificates for an app

USAGE
  $ heroku certs

DESCRIPTION
  list SSL certificates for an app

See code: commands/certs/index.js

heroku certs:add [CRT] [KEY]

add an SSL certificate to an app

USAGE
  $ heroku certs:add [CRT] [KEY] [--0]

FLAGS
  --0  bypass the trust chain completion step

DESCRIPTION
  add an SSL certificate to an app

EXAMPLES
  $ heroku certs:add 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

See code: commands/certs/add.js

heroku certs:auto

show ACM status for an app

USAGE
  $ heroku certs:auto [--0]

FLAGS
  --0  watch ACM status and display the status when complete

DESCRIPTION
  show ACM status for an app

See code: commands/certs/auto/index.js

heroku certs:auto:disable

disable ACM for an app

USAGE
  $ heroku certs:auto:disable

DESCRIPTION
  disable ACM for an app

See code: commands/certs/auto/disable.js

heroku certs:auto:enable

enable ACM status for an app

USAGE
  $ heroku certs:auto:enable [--0]

FLAGS
  --0  watch ACM status and exit when complete

DESCRIPTION
  enable ACM status for an app

See code: commands/certs/auto/enable.js

heroku certs:auto:refresh

refresh ACM for an app

USAGE
  $ heroku certs:auto:refresh

DESCRIPTION
  refresh ACM for an app

See code: commands/certs/auto/refresh.js

heroku certs:chain

print an ordered & complete chain for a certificate

USAGE
  $ heroku certs:chain

DESCRIPTION
  print an ordered & complete chain for a certificate

See code: commands/certs/chain.js

heroku certs:generate [DOMAIN]

generate a key and a CSR or self-signed certificate

USAGE
  $ heroku certs:generate [DOMAIN] [--0] [--1] [--2] [--3] [--4] [--5] [--6] [--7]

FLAGS
  --0  generate a self-signed certificate instead of a CSR
  --1  RSA key size in bits (default: 2048)
  --2  name of organization certificate belongs to
  --3  country of owner, as a two-letter ISO country code
  --4  sub-country area (state, province, etc.) of owner
  --5  city of owner
  --6  specify entire certificate subject
  --7  do not prompt for any owner information

DESCRIPTION
  generate a key and a CSR or self-signed certificate

EXAMPLES
  $ heroku certs:generate example.com

See code: commands/certs/generate.js

heroku certs:info

show certificate information for an SSL certificate

USAGE
  $ heroku certs:info [--0] [--1] [--2]

FLAGS
  --0  name to check info on
  --1  endpoint to check info on
  --2  show associated domains

DESCRIPTION
  show certificate information for an SSL certificate

See code: commands/certs/info.js

heroku certs:key

print the correct key for the given certificate

USAGE
  $ heroku certs:key

DESCRIPTION
  print the correct key for the given certificate

EXAMPLES
  $ heroku certs:key example.com.crt example.com.key

See code: commands/certs/key.js

heroku certs:remove

remove an SSL certificate from an app

USAGE
  $ heroku certs:remove [--1] [--2]

FLAGS
  --1  name to remove
  --2  endpoint to remove

DESCRIPTION
  remove an SSL certificate from an app

See code: commands/certs/remove.js

heroku certs:update [CRT] [KEY]

update an SSL certificate on an app

USAGE
  $ heroku certs:update [CRT] [KEY] [--0] [--2] [--3]

FLAGS
  --0  bypass the trust chain completion step
  --2  name to update
  --3  endpoint to update

DESCRIPTION
  update an SSL certificate on an app

EXAMPLES
  $ heroku certs:update 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

See code: commands/certs/update.js

Keywords

FAQs

Last updated on 13 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc