当前位置:网站首页>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
这次就成功了。
边栏推荐
- asp. Core is compatible with both JWT authentication and cookies authentication
- 【PSO】基于PSO粒子群优化的物料点货物运输成本最低值计算matlab仿真,包括运输费用、代理人转换费用、运输方式转化费用和时间惩罚费用
- 颠覆你的认知?get和post请求的本质
- Unity中几个重要类
- Global and Chinese markets for otolaryngology devices 2022-2028: Research Report on technology, participants, trends, market size and share
- Lora gateway Ethernet transmission
- [PSO] Based on PSO particle swarm optimization, matlab simulation of the calculation of the lowest transportation cost of goods at material points, including transportation costs, agent conversion cos
- Stc8h development (XII): I2C drive AT24C08, at24c32 series EEPROM storage
- Use js to complete an LRU cache
- 2/13 qaq~~ greed + binary prefix sum + number theory (find the greatest common factor of multiple numbers)
猜你喜欢

In depth MySQL transactions, stored procedures and triggers

1291_Xshell日志中增加时间戳的功能

Solution to the problem that the root account of MySQL database cannot be logged in remotely

Ipv4中的A 、B、C类网络及子网掩码
![[FPGA tutorial case 11] design and implementation of divider based on vivado core](/img/39/f337510c2647d365603a8485583a20.png)
[FPGA tutorial case 11] design and implementation of divider based on vivado core

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

TCP/IP协议里面的网关地址和ip地址有什么区别?
![[disassembly] a visual air fryer. By the way, analyze the internal circuit](/img/73/29553d60f47deadfff420be40b7f77.jpg)
[disassembly] a visual air fryer. By the way, analyze the internal circuit
![Mlapi series - 04 - network variables and network serialization [network synchronization]](/img/fc/aebbad5295481788de5c1fdb432a77.jpg)
Mlapi series - 04 - network variables and network serialization [network synchronization]

Esp32 (based on Arduino) connects the mqtt server of emqx to upload information and command control
随机推荐
C (XXIX) C listbox CheckedListBox Imagelist
Detailed explanation of serialization and deserialization
【PSO】基于PSO粒子群优化的物料点货物运输成本最低值计算matlab仿真,包括运输费用、代理人转换费用、运输方式转化费用和时间惩罚费用
The global and Chinese market of negative pressure wound therapy unit (npwtu) 2022-2028: Research Report on technology, participants, trends, market size and share
Ipv4中的A 、B、C类网络及子网掩码
POI add border
SSTI template injection explanation and real problem practice
ESP32(基于Arduino)连接EMQX的Mqtt服务器上传信息与命令控制
Viewing and verifying backup sets using dmrman
Proof of Stirling formula
Global and Chinese market of plasma separator 2022-2028: Research Report on technology, participants, trends, market size and share
TCP/IP协议里面的网关地址和ip地址有什么区别?
[disassembly] a visual air fryer. By the way, analyze the internal circuit
Ybtoj coloring plan [tree chain dissection, segment tree, tarjan]
《2022年中国银行业RPA供应商实力矩阵分析》研究报告正式启动
【leetcode】22. bracket-generating
Script lifecycle
HotSpot VM
食品行业仓储条码管理系统解决方案
How to execute an SQL statement in MySQL