You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we will, hopefully, have a root certification authority we should generate not simple files but certificate signin requests.
We can convert from openssl to openssh key format with ssh-keygen -f private.pem -y > private.pub so we can move the generate method to the Authority base class
The text was updated successfully, but these errors were encountered:
As we will, hopefully, have a root certification authority we should generate not simple files but certificate signin requests.
We can convert from openssl to openssh key format with
ssh-keygen -f private.pem -y > private.pub
so we can move the generate method to theAuthority
base classThe text was updated successfully, but these errors were encountered: