casbin / casbin-oa

The OA system used by Casbin community
https://oa.casbin.com
Apache License 2.0
41 stars 21 forks source link

Automatically update Let's Encrypt cert #37

Closed hsluoyz closed 2 years ago

hsluoyz commented 2 years ago

We can use https://github.com/go-acme/lego to automatically apply for new SSL cert for our domains like casbin.org to be used with HTTPS protocol when it expires. It's just like using Golang code to implement the same thing as this web portal: https://letsencrypt.osfipin.com/

image

hsluoyz commented 2 years ago

@Steve0x2a