1、https协议需要到ca申请证书,一般免费证书较少,因而需要一定费用。 2、http是超文本传输协议,信息是明文传输,https则是具有安全性的ssl加密传输协议。 3、http和https使用的是完全不同的连接方式,用的端口也不一样,前者是80,后者是443。 4、http的连接很简单,是无状 ...
分类:
Web程序 时间:
2019-12-18 14:37:18
阅读次数:
93
以下是一个wal2json pg扩展的dockerfile,方便测试使用 dockerfile FROM postgres:11.2 AS build ENV VERSION 1_0 RUN buildDeps="curl build-essential ca-certificates git pk ...
分类:
Web程序 时间:
2019-12-18 12:49:07
阅读次数:
87
一、准备工作 1、下载官网qcow2镜像文件 镜像文件信息 2、使用openssl passwd -1 123456生成加密的密码:-1表示使用MD5算法对密码123456进行加密 3、使用guestfish命令进入交互命令界面依次执行run、list-filesystems、mount等指令 二、 ...
分类:
其他好文 时间:
2019-12-18 11:20:23
阅读次数:
112
地址:https://www.elastic.co/guide/en/elasticsearch/reference/7.5/certutil.html 语法: 语法解析: 模式 三种模式说明 参数详解: 参数翻译: 举例: 举例说明: 以下命令生成PKCS#12格式的CA证书和私钥: 提示您输入输 ...
分类:
其他好文 时间:
2019-12-17 13:35:48
阅读次数:
101
1.创建CA证书 2.生成节点使用的证书 官方地址:https://www.elastic.co/guide/en/elasticsearch/reference/master/encrypting communications certificates.html https://www.elast ...
分类:
其他好文 时间:
2019-12-17 11:57:04
阅读次数:
157
pip3installpsycopg2报错:ld:librarynotfoundfor-lssl解决参考:https://github.com/PyMySQL/mysqlclient-python/issues/169安装前定义这两个环境变量就好了exportLDFLAGS="-L/usr/local/opt/openssl/lib"exportCPPFLAGS="-
分类:
系统相关 时间:
2019-12-17 00:44:07
阅读次数:
129
1、从CURL 官网下载CA 证书(当然也可以选择自己创建SSL CA证书,详情参考 https://blog.csdn.net/scuyxi/article/details/54898870 ,或自行百度) CA 证书下载地址:https://curl.haxx.se/docs/caextract ...
分类:
Web程序 时间:
2019-12-16 11:23:45
阅读次数:
338
### Ubuntu18下docker安装 * step 1: 安装必要的一些系统工具 sudo apt-get update sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-c ...
分类:
系统相关 时间:
2019-12-15 18:17:28
阅读次数:
95
摘自:https://www.jianshu.com/p/7c2b62c37223 摘自:https://www.jianshu.com/p/7c2b62c37223 1. 安装依赖 不要复制往下看 yum install openssl-devel bzip2-devel expat-devel ...
分类:
编程语言 时间:
2019-12-15 11:00:04
阅读次数:
128