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