当前位置:网站首页>CertBot 更新证书失败解决
CertBot 更新证书失败解决
2022-07-06 04:11:00 【Harris-H】
CertBot 更新证书失败解决

一般就是nginx还开着的问题。我之前是把启动nginx对应的81端口的进程都kill掉。现在发现多个域名更新时,还有一个域名不行。
因此解决办法,关掉当前所有的nginx进程。
service nginx stop
注意启动CertBot若出现下列错误:
Another instance of Certbot is already running.
则使用下面的指令关闭当前运行的Certbot进程。
sudo find / -type f -name ".certbot.lock" -exec rm {
} \;
然后再执行指令。
certbot renew --force-renewal
这次就成功了。
边栏推荐
- Yyds dry goods inventory hcie security Day11: preliminary study of firewall dual machine hot standby and vgmp concepts
- 1291_Xshell日志中增加时间戳的功能
- Chinese brand hybrid technology: there is no best technical route, only better products
- Slow SQL fetching and analysis of MySQL database
- 综合能力测评系统
- In Net 6 CS more concise method
- asp. Core is compatible with both JWT authentication and cookies authentication
- 1291_ Add timestamp function in xshell log
- 2/13 qaq~~ greed + binary prefix sum + number theory (find the greatest common factor of multiple numbers)
- MySql数据库root账户无法远程登陆解决办法
猜你喜欢

Proof of Stirling formula

C mouse event and keyboard event of C (XXVIII)

Basic knowledge of binary tree, BFC, DFS

Understanding of processes, threads, coroutines, synchronization, asynchrony, blocking, non blocking, concurrency, parallelism, and serialization

Record an excel xxE vulnerability

The Research Report "2022 RPA supplier strength matrix analysis of China's banking industry" was officially launched

自动化测试的好处

Lombok原理和同时使⽤@Data和@Builder 的坑

ESP32_ FreeRTOS_ Arduino_ 1_ Create task
![[introduction to Django] 11 web page associated MySQL single field table (add, modify, delete)](/img/8a/068faf3e8de642c9e3c4118e6084aa.jpg)
[introduction to Django] 11 web page associated MySQL single field table (add, modify, delete)
随机推荐
综合能力测评系统
Plus d'un milliard d'utilisateurs de grandes entreprises comme Facebook ont été compromis, il est temps de se concentrer sur le did
Scalpel like analysis of JVM -- this article takes you to peek into the secrets of JVM
ESP32(基于Arduino)连接EMQX的Mqtt服务器上传信息与命令控制
Query the number and size of records in each table in MySQL database
Exchange bottles (graph theory + thinking)
脚本生命周期
DM8 archive log file manual switching
2/13 qaq~~ greed + binary prefix sum + number theory (find the greatest common factor of multiple numbers)
Ybtoj coloring plan [tree chain dissection, segment tree, tarjan]
Record the pit of NETCORE's memory surge
/usr/bin/gzip: 1: ELF: not found/usr/bin/gzip: 3: : not found/usr/bin/gzip: 4: Syntax error:
【FPGA教程案例11】基于vivado核的除法器设计与实现
Lombok原理和同时使⽤@Data和@Builder 的坑
Hashcode and equals
Basic knowledge of binary tree, BFC, DFS
Slow SQL fetching and analysis of MySQL database
Use js to complete an LRU cache
Solution to the problem that the root account of MySQL database cannot be logged in remotely
C form application of C (27)