码迷,mamicode.com
首页 >  
搜索关键字:加密解密 pki ca ssl    ( 12962个结果
spring boot配置ssl
spring boot配置ssl 1、申请免费SSL证书 免费ssl证书可以在你买域名的地方随便申请,申请之后下载jks格式的证书 下载解压之后会有两个东西 2、配置springboot中的application.yml或者application.properties配置文件 先把xxx.jks文件 ...
分类:编程语言   时间:2021-04-27 14:54:44    阅读次数:0
Git系列详细教程(一)Git安装
1、Git下载 官网地址:https://git-scm.com/ 2、Git安装 选择Git安装位置,然后next 使用默认配置,然后next 默认,next 使用默认的Vim编辑器 默认分支名设置,这里选择默认的Let Git decide,然后next 修改 Git 的环境变量,选第一个,不修 ...
分类:其他好文   时间:2021-04-27 14:33:05    阅读次数:0
Fabric CA的二三事
由于某些原因,直接下载Fabric CA有诸多不便。 可以通过如下两种方式下载: git clone git://github.com/hyperledger/fabric-ca.git ,然后对clone下来的源码进行编译:make fabric-ca-server 和 make fabric-c ...
分类:其他好文   时间:2021-04-26 14:11:52    阅读次数:0
2021-04-23【Git连接GitHub过程中遇到的问题】
1 Ruby@DESKTOP-4INK1I3 MINGW64 /f/Git/test (master) 2 $ git push origin master 3 fatal: unable to access 'https://github.com/xxx/test.git/': OpenSSL S ...
分类:其他好文   时间:2021-04-24 13:43:19    阅读次数:0
git 修改 email
https://blog.csdn.net/qq_29846663/article/details/73498853 查看email % cat ~/.gitconfig[user] email = a@bc.com[credential] helper = store[http] sslverif ...
分类:其他好文   时间:2021-04-22 15:36:18    阅读次数:0
别让SSL证书暴露了你的网站服务器IP
我们通常会用cdn套到服务器ip上,来为网站或者后端程序做加速、防御。可是nginx在设计上有个小缺陷,会因为ssl证书泄露网站的原IP 原理 用Nginx部署网站,在默认或不正确的配置下,网站开启ssl,直接访问ip的443端口,即ip:443,Nginx会返回默认一个站点的ssl证书,间接的能让 ...
分类:Web程序   时间:2021-04-21 12:32:02    阅读次数:0
Azure Devops Server 修改账号访问级别
参考资料: 资料1:https://azure.microsoft.com/en-ca/pricing/details/devops/azure-devops-services/ 资料2:https://docs.microsoft.com/zh-CN/azure/devops/organizati ...
分类:其他好文   时间:2021-04-21 11:52:00    阅读次数:0
(Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
###重装系统,安装python3.7.5之后,使用pip3 install ipython时出现了报错信息: Can't connect to HTTPS URL because the SSL module is not available 1、cd 到Python-3.7.5目录下,重新编译安 ...
分类:Web程序   时间:2021-04-20 15:43:58    阅读次数:0
在Ubuntu上安装Docker
安装Docker 国内方式 国内的网络环境众所周知,所以推荐使用镜像站进行安装 sudo apt-get update && sudo apt-get -y install apt-transport-https ca-certificates curl gnupg-agent software-p ...
分类:系统相关   时间:2021-04-20 15:00:00    阅读次数:0
完美解决github访问速度慢
1. 修改本地hosts文件 windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts mac/linux系统的hosts文件的位置如下:/etc/hosts 2. 增加http://github.global.ssl.fastly.n ...
分类:其他好文   时间:2021-04-19 15:45:32    阅读次数:0
12962条   上一页 1 ... 5 6 7 8 9 ... 1297 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!