package
0.1.7
Repository: https://github.com/yakuter/gossl.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
CertToPEM encodes Certificate to PEM format.
CSRToPEM encodes CSR to PEM format.
GeneratePrivateKey creates an RSA Private Key with provided bit size.
GenerateSSHPublicKey take an rsa.PublicKey and return bytes suitable for writing to .pub file in the format "ssh-rsa ...".
No description provided by the author
PrivateKeyToPEM encodes Private Key to PEM format.
PublicKeyToPEM encodes Public Key to PEM format.
No description provided by the author