21 lines
451 B
Python
21 lines
451 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
@File : __init__.py.py
|
|
@Date : 2023-07-22
|
|
|
|
参考文章
|
|
|
|
https://github.com/certbot/certbot/tree/master/acme
|
|
|
|
Python code to generate Let's Encrypt certificates
|
|
https://www.gilesthomas.com/2018/11/python-code-to-generate-lets-encrypt-certificates/
|
|
|
|
Python Acme V2
|
|
https://www.cnpython.com/qa/792253
|
|
|
|
ACME 客户端
|
|
https://letsencrypt.org/zh-cn/docs/client-options/
|
|
|
|
acme-tiny
|
|
https://github.com/diafygi/acme-tiny
|
|
""" |