Replies: 1 comment
-
是的,不影响的,都是独立的 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,我尝试阅读Doc与源码,大致得到如下流程:
颁发通配符证书
后,会创建/etc/nginx/ssl
文件夹,并生成证书NginxUI
会在初始化时,调用InitCronJobs
方法,启动一个GoCron
自动续期任务(不会在系统中添加任何计划任务,e.g. crontab)Website
时,手动引入/etc/nginx/ssl
下的证书以上,不知道理解是否有误。
从上述流程看,
NginxUI
自身对Nginx
的配置文件是无侵入的,如此,哪怕用户同时还在使用
Certbot
,也可以与NginxUI
并存,按需修改Nginx
配置中的证书路径即可切换,对吗?
Beta Was this translation helpful? Give feedback.
All reactions