当前位置:网站首页>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 .
边栏推荐
- 10个 Istio 流量管理 最常用的例子,你知道几个?
- PTA tiantisai l1-078 teacher Ji's return (15 points) detailed explanation
- ESP32_ FreeRTOS_ Arduino_ 1_ Create task
- 2/13 qaq~~ greed + binary prefix sum + number theory (find the greatest common factor of multiple numbers)
- Basic knowledge of binary tree, BFC, DFS
- Stable Huawei micro certification, stable Huawei cloud database service practice
- math_极限&微分&导数&微商/对数函数的导函数推导(导数定义极限法)/指数函数求导公式推导(反函数求导法则/对数求导法)
- Interface idempotency
- MySql數據庫root賬戶無法遠程登陸解决辦法
- Global and Chinese market of aircraft anti icing and rain protection systems 2022-2028: Research Report on technology, participants, trends, market size and share
猜你喜欢

【leetcode】1189. Maximum number of "balloons"

Tips for using dm8huge table

IDEA编译JSP页面生成的class文件路径

解决“C2001:常量中有换行符“编译问题

Slow SQL fetching and analysis of MySQL database

How to solve the problem of slow downloading from foreign NPM official servers—— Teach you two ways to switch to Taobao NPM image server

math_极限&微分&导数&微商/对数函数的导函数推导(导数定义极限法)/指数函数求导公式推导(反函数求导法则/对数求导法)

Thread sleep, thread sleep application scenarios

Le compte racine de la base de données MySQL ne peut pas se connecter à distance à la solution

查询mysql数据库中各表记录数大小
随机推荐
MySQL transaction isolation level
MLAPI系列 - 04 - 网络变量和网络序列化【网络同步】
What is the difference between gateway address and IP address in tcp/ip protocol?
math_ Derivative function derivation of limit & differential & derivative & derivative / logarithmic function (derivative definition limit method) / derivative formula derivation of exponential functi
User datagram protocol UDP
51nod 1130 n factorial length V2 (Stirling approximation)
80% of the diseases are caused by bad living habits. There are eight common bad habits, which are both physical and mental
查询mysql数据库中各表记录数大小
Stable Huawei micro certification, stable Huawei cloud database service practice
Solve the compilation problem of "c2001: line breaks in constants"
Fundamentals of SQL database operation
1008 circular right shift of array elements (20 points)
Hashlimit rate control
P3033 [usaco11nov]cow steelchase g (similar to minimum path coverage)
判断当天是当月的第几周
In depth MySQL transactions, stored procedures and triggers
Interface idempotency
About some basic DP -- those things about coins (the basic introduction of DP)
Global and Chinese markets for fire resistant conveyor belts 2022-2028: Research Report on technology, participants, trends, market size and share
Detailed explanation of serialization and deserialization