SSH Keys and SSL Certificates
security sshkey-add
Add a new SSH key.
security sshkey-add [OPTIONS] LABEL
Options
- -f, --in-file <in_file>
The id_rsa.pub file to import for this key
- -k, --key <key>
The actual SSH key
- --note <note>
Extra note that will be associated with key
Arguments
- LABEL
Required argument
sshkey add
Add a new SSH key.
sshkey add [OPTIONS] LABEL
Options
- -f, --in-file <in_file>
The id_rsa.pub file to import for this key
- -k, --key <key>
The actual SSH key
- --note <note>
Extra note that will be associated with key
Arguments
- LABEL
Required argument
security sshkey-remove
Permanently removes an SSH key.
security sshkey-remove [OPTIONS] IDENTIFIER
Arguments
- IDENTIFIER
Required argument
sshkey remove
Permanently removes an SSH key.
sshkey remove [OPTIONS] IDENTIFIER
Arguments
- IDENTIFIER
Required argument
security sshkey-edit
Edits an SSH key.
security sshkey-edit [OPTIONS] IDENTIFIER
Options
- -k, --label <label>
The new label for the key
- --note <note>
New notes for the key
Arguments
- IDENTIFIER
Required argument
sshkey edit
Edits an SSH key.
sshkey edit [OPTIONS] IDENTIFIER
Options
- -k, --label <label>
The new label for the key
- --note <note>
New notes for the key
Arguments
- IDENTIFIER
Required argument
security sshkey-list
List SSH keys.
security sshkey-list [OPTIONS]
Options
- --sortby <sortby>
Column to sort by
- Options:
id | label | fingerprint | notes
sshkey list
List SSH keys.
sshkey list [OPTIONS]
Options
- --sortby <sortby>
Column to sort by
- Options:
id | label | fingerprint | notes
security sshkey-print
Prints out an SSH key to the screen.
security sshkey-print [OPTIONS] IDENTIFIER
Options
- -f, --out-file <out_file>
The public SSH key will be written to this file
Arguments
- IDENTIFIER
Required argument
sshkey print
Prints out an SSH key to the screen.
sshkey print [OPTIONS] IDENTIFIER
Options
- -f, --out-file <out_file>
The public SSH key will be written to this file
Arguments
- IDENTIFIER
Required argument
security cert-add
Add and upload SSL certificate details.
security cert-add [OPTIONS]
Options
- --crt <crt>
Required Certificate file
- --key <key>
Required Private Key file
- --csr <csr>
Certificate Signing Request file
- --icc <icc>
Intermediate Certificate file
- --notes <notes>
Additional notes
ssl add
Add and upload SSL certificate details.
ssl add [OPTIONS]
Options
- --crt <crt>
Required Certificate file
- --key <key>
Required Private Key file
- --csr <csr>
Certificate Signing Request file
- --icc <icc>
Intermediate Certificate file
- --notes <notes>
Additional notes
security cert-download
Download SSL certificate and key file.
security cert-download [OPTIONS] IDENTIFIER
Arguments
- IDENTIFIER
Required argument
ssl download
Download SSL certificate and key file.
ssl download [OPTIONS] IDENTIFIER
Arguments
- IDENTIFIER
Required argument
security cert-edit
Edit SSL certificate.
security cert-edit [OPTIONS] IDENTIFIER
Options
- --crt <crt>
Certificate file
- --csr <csr>
Certificate Signing Request file
- --icc <icc>
Intermediate Certificate file
- --key <key>
Private Key file
- --notes <notes>
Additional notes
Arguments
- IDENTIFIER
Required argument
ssl edit
Edit SSL certificate.
ssl edit [OPTIONS] IDENTIFIER
Options
- --crt <crt>
Certificate file
- --csr <csr>
Certificate Signing Request file
- --icc <icc>
Intermediate Certificate file
- --key <key>
Private Key file
- --notes <notes>
Additional notes
Arguments
- IDENTIFIER
Required argument
security cert-list
List SSL certificates.
security cert-list [OPTIONS]
Options
- --status <status>
Show certificates with this status
- Default:
'all'
- Options:
all | valid | expired
- --sortby <sortby>
Column to sort by
- Options:
id | common_name | days_until_expire | notes
ssl list
List SSL certificates.
ssl list [OPTIONS]
Options
- --status <status>
Show certificates with this status
- Default:
'all'
- Options:
all | valid | expired
- --sortby <sortby>
Column to sort by
- Options:
id | common_name | days_until_expire | notes
security cert-remove
Remove SSL certificate.
security cert-remove [OPTIONS] IDENTIFIER
Arguments
- IDENTIFIER
Required argument
ssl remove
Remove SSL certificate.
ssl remove [OPTIONS] IDENTIFIER
Arguments
- IDENTIFIER
Required argument