This commit is contained in:
Thomas Maurice 2024-02-11 20:36:28 +01:00
parent f92368748a
commit 9db64e53e1
Signed by: thomas
GPG key ID: 1D577F50583032A6
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View file

@ -1 +1,3 @@
mailout.yml
mailout.yml
mailout-prod.yml
mailout

View file

@ -20,7 +20,7 @@ func GenerateKeyPair(bytes int) (string, string, error) {
}
privBlock := pem.Block{
Type: "PRIVATE KEY",
Type: "RSA PRIVATE KEY",
Headers: nil,
Bytes: x509.MarshalPKCS1PrivateKey(privateKey),
}