Thanks
Thanks Blue_bird for your response!
@Trevor The creation of digital certificates ( PKI ) by Certificate Authorities (CAs) fundamentally involves these steps:
here you can use this command to generate the key pairs :
ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_rsa
-t rsa : to use the RSA algorithm for the key generation.
-b 2028 : to create an RSA key with a bit length of 2048 bits.
Chetan, as you so often do, you've provided a complete lesson!!!
Many thanks good sir!!!!
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.