当前位置:网站首页>Certbot failed to update certificate solution
Certbot failed to update certificate solution
2022-07-06 04:16:00 【Harris-H】
CertBot Failed to update the certificate
It is commonly nginx Open question . I used to start nginx Corresponding 81 Port processes are kill fall . Now when multiple domain names are found to be updated , Another domain name is not good .
So the solution , Turn off all current nginx process .
service nginx stop
Pay attention to start CertBot If the following error occurs :
Another instance of Certbot is already running.
Then use the following command to close the currently running Certbot process .
sudo find / -type f -name ".certbot.lock" -exec rm {
} \;
And then execute the command .
certbot renew --force-renewal
This time it was a success .
边栏推荐
- 2/10 parallel search set +bfs+dfs+ shortest path +spfa queue optimization
- Query the number and size of records in each table in MySQL database
- Record the pit of NETCORE's memory surge
- One question per day (Mathematics)
- 【leetcode】1189. Maximum number of "balloons"
- About some basic DP -- those things about coins (the basic introduction of DP)
- Redis (replicate dictionary server) cache
- AcWing 243. A simple integer problem 2 (tree array interval modification interval query)
- Codeforces Round #770 (Div. 2) B. Fortune Telling
- Tips for using dm8huge table
猜你喜欢
Stable Huawei micro certification, stable Huawei cloud database service practice
Maxay paper latex template description
One question per day (Mathematics)
Web components series (VII) -- life cycle of custom components
lora网关以太网传输
Mlapi series - 04 - network variables and network serialization [network synchronization]
[Zhao Yuqiang] deploy kubernetes cluster with binary package
MySql數據庫root賬戶無法遠程登陸解决辦法
[face recognition series] | realize automatic makeup
MySQL learning record 13 database connection pool, pooling technology, DBCP, c3p0
随机推荐
2/10 parallel search set +bfs+dfs+ shortest path +spfa queue optimization
VPP performance test
[tomato assistant installation]
Use js to complete an LRU cache
P3033 [usaco11nov]cow steelchase g (similar to minimum path coverage)
Solution of storage bar code management system in food industry
Security xxE vulnerability recurrence (XXe Lab)
lora网关以太网传输
pd. to_ numeric
Global and Chinese markets for otolaryngology devices 2022-2028: Research Report on technology, participants, trends, market size and share
[face recognition series] | realize automatic makeup
R note prophet
Record an excel xxE vulnerability
Python book learning notes - Chapter 09 section 01 create and use classes
【FPGA教程案例11】基于vivado核的除法器设计与实现
Understanding of processes, threads, coroutines, synchronization, asynchrony, blocking, non blocking, concurrency, parallelism, and serialization
[Key shake elimination] development of key shake elimination module based on FPGA
使用JS完成一个LRU缓存
Stc8h development (XII): I2C drive AT24C08, at24c32 series EEPROM storage
绑定在游戏对象上的脚本的执行顺序