Skip to content

Commit

Permalink
Bug 951369
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianofranz committed Apr 12, 2013
1 parent fa85392 commit 4218c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rhc/commands/alias.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ def remove(app, app_alias)
Pass phrase for the certificate private key is required if the
provided private key is encrypted.
DESC
syntax "<application> <alias> --certificate FILE --private-key FILE [--passphrase passphrase]"
syntax "<application> <alias> --certificate FILE --private-key FILE [--passphrase PASSPHRASE]"
argument :app, "Application name (required)", ["-a", "--app name"], :context => :app_context, :required => true
argument :app_alias, "Custom domain name for the application (required)", []
option ["--certificate FILE"], "SSL certificate filepath (file in .crt or .pem format)", :required => true
option ["--private-key FILE"], "Private key filepath for the given SSL certificate", :required => true
option ["--passphrase passphrase"], "Private key pass phrase, required if the private key is encripted", :required => false
option ["--passphrase PASSPHRASE"], "Private key pass phrase, required if the private key is encrypted", :required => false
option ["-n", "--namespace NAME"], "Namespace of your application", :context => :namespace_context, :required => true
def update_cert(app, app_alias)
certificate_file_path = options.certificate
Expand Down

0 comments on commit 4218c8d

Please sign in to comment.