We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec52a27 commit 65a73afCopy full SHA for 65a73af
README.md
@@ -128,7 +128,7 @@ Format string composed of several parts: `scheme-[key_type]-[output_type]`
128
* `'pkcs1'` — public key starts from `'-----BEGIN RSA PUBLIC KEY-----'` header and private key starts from `'-----BEGIN RSA PRIVATE KEY-----' header`
129
* `'pkcs8'` — public key starts from `'-----BEGIN PUBLIC KEY-----'` header and private key starts from `'-----BEGIN PRIVATE KEY-----' header`
130
131
-**Key type** — can be `'private'` or `'public'`. Default `'private'`
+**Key type** — can be `'private'` or `'public'`. Default `'private'`<br/>
132
**Output type** — can be:
133
134
* `'pem'` — Base64 encoded string with header and footer. Used by default.
0 commit comments