Commit f80c2c70 authored by captainwong's avatar captainwong

add fix letsencrypt ssl cert script

parent b5d9b3f5
#!/bin/bash
# https://letsencrypt.org/zh-cn/docs/dst-root-ca-x3-expiration-september-2021/
# https://medium.com/geekculture/will-you-be-impacted-by-letsencrypt-dst-root-ca-x3-expiration-d54a018df257
sed -i 's/mozilla\/DST_Root_CA_X3.crt/!mozilla\/DST_Root_CA_X3.crt/g' /etc/ca-certificates.conf
update-ca-certificates
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment