certbot-scrypts/from_tyler/log

22 lines
1.3 KiB
Plaintext

<tyzoid> I've got a wrapper script around that, and I configured my apache management scripts to reverse proxy the acme-verification uris to letsencrypt-nosudo
<maddl> do you have a repo of that?
<tyzoid> should be https://github.com/diafygi/acme-nosudo
<tyzoid> I don't have a repo of my scripts, no
<tyzoid> I can throw them up on my site, though
<maddl> this setup is old ... it is from the begining of letsencrypt and i sould already structure it new
<tyzoid> lol, letsencrypt-nosudo (apparently now acme-nosudo) is a bit old too
<tyzoid> maddl: Here's the wrapper script I use. https://dl.tyzoid.com/security/sign.sh
<tyzoid> It's quickly hacked together, so a lot of the paths are hardcoded
<maddl> thanks
<tyzoid> maddl: Here's my apache mksite script: https://dl.tyzoid.com/security/mksite.sh
<tyzoid> Might need some adaptation, since you use nginx
<tyzoid> but the workflow for me is `$ mksite <domain>`, `$ sign <domain>` `$ vim <domainconfig>`
<maddl> your scripts are more for inspiration than to copy-paste it
<tyzoid> :)
<tyzoid> That last step is me just uncommenting all the commented out lines in the domain config
<maddl> perhaps ill make a more general setup and publish it on github ...
<tyzoid> Go for it!
<maddl> we will se
<tyzoid> If you do, just be sure to credit my stuff if you use it. I release pretty much all my stuff as MIT