解决openvpn的CRL has expired笔记

创建于:2025-09-22 修改于:2025-09-22

解决openvpn的CRL has expired笔记

我的openvpn 部署在内蒙古的openwrt上今天突然无法连接了

Loading image...
Please wait a moment

根据log发现是CRL证书过期了。

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
  
root@BleachWrt:/etc/openvpn# cd /etc/easy-rsa/  
root@BleachWrt:/etc/easy-rsa# ls  
easyrsa openssl-1.0.0.cnf openssl-easyrsa.cnf ta.key x509-types  
keys openssl-1.0.cnf pki vars  
root@BleachWrt:/etc/easy-rsa# pwd  
/etc/easy-rsa  
  
root@BleachWrt:/etc/easy-rsa# EASYRSA_CRL_DAYS=3650 ./easyrsa gen-crl  
  
  
Loading image...
Please wait a moment
💬 评论区