Adding v4/v5 encoding decoding

This commit is contained in:
Stephane Bourque
2020-10-20 16:03:11 -07:00
parent 77c44174d1
commit 8cc16c1c6f
40 changed files with 431 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
echo Generating decrypted version of the client key
openssl rsa -passin pass:mypassword -in postgresclientkey.pem -out postgresclientkey_dec.pem