-
### What is the URL of the page with the issue?
https://pkg.go.dev/encoding/pem
### What is your user agent?
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
### Screen…
-
This is a documentation enhancement request asking to add the following information into the official deployKF docs to help other users. The content is written below, inline using markdown as I could …
-
We should supply the certs (currently in https://docs.solokeys.io/solo/metadata-statements/) as PEM for both secure and hacker, and PR to https://github.com/duo-labs/py_webauthn/tree/master/webauthn/t…
-
I have ran Make file script but getting below error while running 'make step2 '. Please check it and let me whats going wrong.
Thank you
keytool -import -trustcacerts -noprompt -alias transport-…
-
-
Hey
I want do encrypt and decrypt an email using AES128-GCM. I generated a keypair for testing using `openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem`. Encr…
-
The new certificate loader tests have shown some platform differences in corner cases when it comes to PEM-encoded contents.
* Windows will accept a final line of `-----END CERTIFICATE-----text`, b…
-
The `--key` option in RIOT v3.1.4 only works with PEM-formatted PKCS#8 private keys.
It would be nice if it also allowed users to provide a PEM-formatted RSA key (like the `--key` option for `redi…
-
`ReadPemCertificate()` already does open the file and read its contents. Can you make it so that x5c gets read as part of that process, instead of opening the file for the second time an…
-
Hi
I've a issue with a PEM certificate:
My code:
const fs = require('fs');
const { Certificate, PrivateKey } = require('@fidm/x509');
const ed25519Cert = Certificate.fromPEM(fs.readFileSync('..…