File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 limits manage resource limits for your application
2121 tags manage tags for application containers
2222 releases manage releases of an application
23- certs manage ssl endpoints for an app
23+ certs manage SSL endpoints for an app
2424
2525 keys manage ssh keys used for `git push` deployments
2626 perms manage permissions for applications
@@ -983,10 +983,10 @@ def certs(self, args):
983983 """
984984 Valid commands for certs:
985985
986- certs:list list ssl certificates for an app
987- certs:add add an ssl certificate to an app
986+ certs:list list SSL certificates for an app
987+ certs:add add an SSL certificate to an app
988988 certs:update update an existing certifcate for an app
989- certs:remove remove an ssl certificate from an app
989+ certs:remove remove an SSL certificate from an app
990990
991991 Use `deis help [command]` to learn more.
992992 """
@@ -1027,7 +1027,7 @@ def certs_add(self, args):
10271027
10281028 def certs_list (self , args ):
10291029 """
1030- Show certificate information for an ssl application.
1030+ Show certificate information for an SSL application.
10311031
10321032 Usage: deis certs:list
10331033 """
You can’t perform that action at this time.
0 commit comments