Update checked-in dependencies
This commit is contained in:
parent
c9f0d30a86
commit
95d52b7807
647 changed files with 498055 additions and 3880 deletions
4
node_modules/universal-github-app-jwt/README.md
generated
vendored
4
node_modules/universal-github-app-jwt/README.md
generated
vendored
|
|
@ -227,9 +227,11 @@ openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in private-key.pem -out
|
|||
### Converting `OpenSSH` to `PKCS#8`
|
||||
|
||||
```
|
||||
cp private-key.pem private-key-pkcs8.key && ssh-keygen -m PKCS8 -N "" -f private-key-pkcs8.key
|
||||
cp private-key.pem private-key-pkcs8.key && ssh-keygen -p -m PKCS8 -N "" -f private-key-pkcs8.key
|
||||
```
|
||||
|
||||
This command forces a format change by asking `ssh-keygen` to set no password and then output in a different format.
|
||||
|
||||
I'm looking for help to create a minimal `OpenSSH` to `PKCS` convert library that I can recommend people to use before passing the private key to `githubAppJwt`. Please create an issue if you'd like to help.
|
||||
|
||||
## License
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue