lvl app ssl
Commands for managing SSL certificates on apps
Examples
lvl app ssl get forum
lvl app ssl describe forum forum.example.com
Options
  -f, --filter string   How to filter API results?
  -h, --help            help for ssl
  -n, --number int32    How many things should we retrieve from the API?
Options inherited from parent commands
      --apikey string   API key
      --config string   config file (default is $HOME/.lvl.yaml)
  -o, --output string   Specifies output mode for commands. Accepted values are 'text', 'json', 'yaml' or 'id'. (default "text")
      --trace           Do detailed network request logging. This is intended for debugging and should not be parsed.
SEE ALSO
- lvl app - Commands to manage apps
 - lvl app ssl action -
 - lvl app ssl create - Create a new SSL certificate on an app
 - lvl app ssl delete - Delete an SSL certificate from an app
 - lvl app ssl describe - Get detailed information of an SSL certificate
 - lvl app ssl fix - Fix an invalid SSL certificate
 - lvl app ssl get - Get a list of SSL certificates for an app
 - lvl app ssl key - Return a private key for type 'own' sslCertificate.
 - lvl app ssl update -