certbot
centos7通配ssl域名使用snap的certbot版本的lets-encrypt记录
星期日, 七月 25th, 2021 | computer, linux | 没有评论
之前直接使用脚本的形式现在已经不支持了,需要使用snap的模式
1.安装snap
sudo yum install epel-release -y sudo yum install snapd sudo systemctl enable --now snapd.socket sudo ln -s /var/lib/snapd/snap /snap sudo snap install core sudo snap refresh core |
2.移除历史的版本certbot
sudo yum remove certbot |
3.Install Certbot
sudo snap install --classic certbot sudo ln -s /snap/bin/certbot /usr/bin/certbot |
certbot配置letsencrypt遭遇Installing Python packages
星期一, 二月 3rd, 2020 | JAVA-and-J2EE, linux | 没有评论
同样的问题再次触发,害的查了半天
使用certbot来配置ssl,比较方便,遭遇下列错误
1.Creating virtual environment…
Installing Python packages…
查看了系统的python版本都已经是python3.6.8不会出现版本低的情况
根据报错提示发现是pip的问题,使用的镜像地址还是http://mirrors.cloud.aliyuncs.com
更换之http://mirrors.aliyun.com再执行搞定
vim ~/.pip/pip.conf |
国内的镜像源分别如下:
清华大学:https://pypi.tuna.tsinghua.edu.cn/simple
阿里:https://mirrors.aliyun.com/pypi/simple
豆瓣:http://pypi.douban.com/simple/
中国科学技术大学: https://pypi.mirrors.ustc.edu.cn/simple
华中理工大学: http://pypi.hustunique.com/simple
山东理工大学: http://pypi.sdutlinux.org/simple
推荐使用豆瓣的源,更新的比较及时和快:
[global] timeout = 300 #index-url=http://mirrors.aliyun.com/pypi/simple/ index-url=http://pypi.douban.com/simple/ [install] #trusted-host=mirrors.aliyun.com trusted-host=pypi.douban.com |
同样适用于centos8版本:
Search
相关文章
热门文章
最新文章
文章分类
- ajax (10)
- algorithm-learn (3)
- Android (6)
- as (3)
- computer (85)
- Database (30)
- disucz (4)
- enterprise (1)
- erlang (2)
- flash (5)
- golang (3)
- html5 (18)
- ios (4)
- JAVA-and-J2EE (186)
- linux (143)
- mac (10)
- movie-music (11)
- pagemaker (36)
- php (50)
- spring-boot (2)
- Synology群晖 (2)
- Uncategorized (6)
- unity (1)
- webgame (15)
- wordpress (33)
- work-other (2)
- 低代码 (1)
- 体味生活 (40)
- 前端 (21)
- 大数据 (8)
- 游戏开发 (9)
- 爱上海 (19)
- 读书 (4)
- 软件 (3)