Key Pairs & Certificates¶
Key Pairs¶
The key pairs section enables the following actions: Add and Delete key pairs. Key pairs are commonly used by Morpheus for accessing instances via SSH. Morpheus stores key pairs to simplify administration and access across both private and public clouds.
Morpheus only accepts key pairs in PEM format (for example, a private key beginning with -----BEGIN RSA PRIVATE KEY-----
). If you have a key in another format, such as OpenSSH, convert the key:
#No passphrase
ssh-keygen -m pem -f /path/to/key
#With passphrase
ssh-keygen -p -P "old passphrase" -N "new passphrase" -m pem -f path/to/key
Add Key Pair¶
To Add Key Pair:
Navigate to Infrastructure > Keys & Certs
On the Key Pairs tab, click + ADD
From the Add Key Pair wizard input the following as needed:
Name
Public Key
Private Key
Passphrase
Note
Certain features do not require storage of the private key.
Delete Key Pair¶
To Delete Key Pair:
Navigate to Infrastructure > Keys & Certs
On the Key Pairs tab, select the trash can icon at the end of any row
Acknowledge that you wish to delete the selected key pair
SSL Certificates¶
SSL certificates authenticate the identity of web servers and encrypt the data being transmitted. Morpheus stores SSL certificates to simplify administration and application of SSL certificates to Morpheus-managed resources.
Add SSL Certificate¶
Navigate to Infrastructure > Keys & Certs
On the SSL Certificates tab, click + ADD
From the Add SSL Certificate wizard input the following as needed:
Name
Domain Name
Key File
Cert File
Root Cert
Delete SSL Certificate¶
To Delete SSL Certificate:
Navigate to Infrastructure > Keys & Certs
On the SSL Certificates tab, select the trash can icon at the end of any row
Acknowledge that you wish to delete the selected SSL Certificate
Trust Integrations¶
Some organizations may use outside technologies to manage their key and certificates. Morpheus allows users to integrate with Venafi for trust management. Trust management integrations can be managed from the Integrations tab on the Infrastructure > Keys & Certs page. Additionally, they can be managed in Administration > Integrations.
Currently, Morpheus supports trust integration Venafi. For more detailed information on integrating Venafi with Morpheus, take a look at our integration guide.