Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
11.10.2. Managing Custom SSL Certificates
Add a custom SSL certificate to an alias with the following command.
rhc alias update-cert App_Name Domain_Name --certificate Cert_File --private-key Key_File
$ rhc alias update-cert App_Name Domain_Name --certificate Cert_File --private-key Key_File rhc alias update-cert App_Name Domain_Name --certificate Cert_File --private-key Key_File rhc alias update-cert App_Name Domain_Name --certificate Cert_File --private-key Key_File rhc alias update-cert App_Name Domain_Name --certificate Cert_File --private-key Key_File rhc alias update-cert App_Name Domain_Name --certificate Cert_File --private-key Key_File rhc alias update-cert App_Name Domain_Name --certificate Cert_File --private-key Key_File rhc alias update-cert App_Name Domain_Name --certificate Cert_File --private-key Key_File
--passphrase
option.
View domain name aliases and SSL Certificate status with the following command, specifying the application name:
rhc alias list App_Name
$ rhc alias list App_Namerhc alias list App_Name
Example 11.15. Checking SSL Certificate Status
Remove a custom SSL certificate from an alias with the following command, specifying the application name and alias name:
rhc alias delete-cert App_Name Alias
$ rhc alias delete-cert App_Name Aliasrhc alias delete-cert App_Name Alias