On 2021-12-17 19:19 , Bjarne D Mathiesen wrote:
My work-around for now is to do the admin on my
       System Version: macOS 10.15.7 (19H1519)
       Kernel Version: Darwin 19.6.0
and then rsync to the server :

/opt/local/bin/rsync \
     -aHv \
     -e 'ssh -p 22022 -i ~bjarne/.ssh/id_rsa.minier' \
     /opt/local/etc/letsencrypt/ \
     root@miniserver.local:/opt/local/etc/letsencrypt


For simple use cases, acme-tiny may be a better alternative to certbot:

<https://github.com/diafygi/acme-tiny>

- Josh

Reply via email to