You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/05/22 02:46:11 UTC

[GitHub] [apisix] JoeyGaojingxing opened a new issue #3841: request help: How to auto upgrade SSL certificate, such as using let's encrypt

JoeyGaojingxing opened a new issue #3841:
URL: https://github.com/apache/apisix/issues/3841


   ### Issue description
   
   Just as the title, feel difficult with lua
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] anjia0532 commented on issue #3841: request help: How to auto upgrade SSL certificate, such as using let's encrypt

Posted by GitBox <gi...@apache.org>.
anjia0532 commented on issue #3841:
URL: https://github.com/apache/apisix/issues/3841#issuecomment-844608226


   [acme.sh#Using pre hook post hook renew hook reloadcmd](https://github.com/acmesh-official/acme.sh/wiki/Using-pre-hook-post-hook-renew-hook-reloadcmd)+[apisix admin api#SSL](https://apisix.apache.org/zh/docs/apisix/admin-api#ssl) works.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] anjia0532 commented on issue #3841: request help: How to auto upgrade SSL certificate, such as using let's encrypt

Posted by GitBox <gi...@apache.org>.
anjia0532 commented on issue #3841:
URL: https://github.com/apache/apisix/issues/3841#issuecomment-846896398


   @Yiyiyimu https://github.com/apache/apisix/pull/4297


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] Yiyiyimu commented on issue #3841: request help: How to auto upgrade SSL certificate, such as using let's encrypt

Posted by GitBox <gi...@apache.org>.
Yiyiyimu commented on issue #3841:
URL: https://github.com/apache/apisix/issues/3841#issuecomment-844323674


   > https://github.com/auto-ssl/lua-resty-auto-ssl
   
   Welcome PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] JoeyGaojingxing commented on issue #3841: request help: How to auto upgrade SSL certificate, such as using let's encrypt

Posted by GitBox <gi...@apache.org>.
JoeyGaojingxing commented on issue #3841:
URL: https://github.com/apache/apisix/issues/3841#issuecomment-801074801


   That's a good idea, thanks a lot~


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on issue #3841: request help: How to auto upgrade SSL certificate, such as using let's encrypt

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #3841:
URL: https://github.com/apache/apisix/issues/3841#issuecomment-800717104


   You can write a cron job that checks the certificates and upgrade them via admin/manager API. There is no need to do it in Lua.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] Yiyiyimu commented on issue #3841: request help: How to auto upgrade SSL certificate, such as using let's encrypt

Posted by GitBox <gi...@apache.org>.
Yiyiyimu commented on issue #3841:
URL: https://github.com/apache/apisix/issues/3841#issuecomment-844628829


   @anjia0532 Do you mind add it to the docs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] anjia0532 commented on issue #3841: request help: How to auto upgrade SSL certificate, such as using let's encrypt

Posted by GitBox <gi...@apache.org>.
anjia0532 commented on issue #3841:
URL: https://github.com/apache/apisix/issues/3841#issuecomment-843710029


   https://github.com/auto-ssl/lua-resty-auto-ssl


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] anjia0532 commented on issue #3841: request help: How to auto upgrade SSL certificate, such as using let's encrypt

Posted by GitBox <gi...@apache.org>.
anjia0532 commented on issue #3841:
URL: https://github.com/apache/apisix/issues/3841#issuecomment-845749421


   @Yiyiyimu Maybe next week
   
   easy to do this.
   
   1. gen ssl certificate by acme.sh
   2. set renew hook script to update apisix ssl key and cert. `PUT /apisix/admin/ssl/{id}`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander closed issue #3841: request help: How to auto upgrade SSL certificate, such as using let's encrypt

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #3841:
URL: https://github.com/apache/apisix/issues/3841


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] JoeyGaojingxing closed issue #3841: request help: How to auto upgrade SSL certificate, such as using let's encrypt

Posted by GitBox <gi...@apache.org>.
JoeyGaojingxing closed issue #3841:
URL: https://github.com/apache/apisix/issues/3841


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] anjia0532 edited a comment on issue #3841: request help: How to auto upgrade SSL certificate, such as using let's encrypt

Posted by GitBox <gi...@apache.org>.
anjia0532 edited a comment on issue #3841:
URL: https://github.com/apache/apisix/issues/3841#issuecomment-846896398


   @Yiyiyimu https://github.com/apache/apisix/pull/4297
   > 我的英语不太好,所以只提了中文PR,在常见问题处理,我整理到了我的博客里。
   > 我的脚本,支持检索已有ssl列表是否存在该证书,如果存在则更新,不存在则创建,snis使用OpenSSL读的pem,有效起止时间也是用OpenSSL读的pem


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org