Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-apps-script/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Postgresql Aurora RDS Postgres-使用PgAdmin3通过SSL连接_Postgresql_Pgadmin_Pgadmin 4_Amazon Aurora - Fatal编程技术网

Postgresql Aurora RDS Postgres-使用PgAdmin3通过SSL连接

Postgresql Aurora RDS Postgres-使用PgAdmin3通过SSL连接,postgresql,pgadmin,pgadmin-4,amazon-aurora,Postgresql,Pgadmin,Pgadmin 4,Amazon Aurora,我已经创建了一个RDS Aurora PostgresSQL集群。 它可以公开访问,并且启用了SSL。 我已经使用datagrip完成了通过SSL连接实例的整个流程。我想使用PgAdmin3做同样的事情,但不幸的是,我无法理解其中的SSL部分。在datagrip中,我可以直接导入.pem文件,但在PgAdmin3中,需要crt。 是否有人使用PgAdmin3通过SSL连接到Aurora PostgresSQL? 如果有人能向我解释如何导入.pem文件,那就太好了。将pem转换成CRT并使用它 o

我已经创建了一个RDS Aurora PostgresSQL集群。 它可以公开访问,并且启用了SSL。 我已经使用
datagrip
完成了通过SSL连接实例的整个流程。我想使用PgAdmin3做同样的事情,但不幸的是,我无法理解其中的SSL部分。在
datagrip
中,我可以直接导入
.pem
文件,但在PgAdmin3
中,需要crt
。 是否有人使用PgAdmin3通过SSL连接到Aurora PostgresSQL?
如果有人能向我解释如何导入
.pem
文件,那就太好了。

将pem转换成CRT并使用它

openssl x509 -outform der -in your-cert.pem -out your-cert.crt