certificates:create_a_public_and_private_set_of_certificates
Certificates - Create a Public and Private set of Certificates
For an RSA key:
ssh-keygen -t rsa
or for a DSA (Digital Signing Algorithm) key:
ssh-keygen -t dsa
NOTE: When asked for a pass phrase leave blank unless absolutely required,
This will create two files: id_dsa and id_dsa.pub. The pub file is the public key and will be placed on the remote server.
certificates/create_a_public_and_private_set_of_certificates.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1