mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
@ -49,3 +49,9 @@ String privateKeyString() {
|
|||||||
var str = '-----BEGIN OPENSSH PRIVATE KEY-----\n';
|
var str = '-----BEGIN OPENSSH PRIVATE KEY-----\n';
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Either the openssl code or the openssh-portable code
|
||||||
|
// or some go code
|
||||||
|
// -> https://golang.org/src/crypto/x509/pkcs8.go
|
||||||
|
|
||||||
|
// Key format is PKCS8 or OpenSSH.
|
||||||
|
Reference in New Issue
Block a user