Issues
- 1
Installation Dependencies
#43 opened by miqrogroove - 3
- 9
- 4
Can't revoke certificates from zerossl-bot
#42 opened by blipk - 2
How to get 1 year cert (365 days) with ACME?
#41 opened by TiloGit - 6
- 4
Install script pulling the wrong bot script
#21 opened by Leviosar - 2
These scripts have no license
#10 opened by notklaatu - 3
- 2
zerossl-bot and non standard ports
#32 opened by digitall-it - 1
- 0
Wildcard SSL Cert creation
#31 opened by AbhinavGopal - 1
#!/usr/bin/env sh #https://github.com/acmesh-official/get.acme.sh _exists() { cmd="$1" if [ -z "$cmd" ] ; then echo "Usage: _exists cmd" return 1 fi if type command >/dev/null 2>&1 ; then command -v $cmd >/dev/null 2>&1 else type $cmd >/dev/null 2>&1 fi ret="$?" return $ret } if [ -z "$BRANCH" ]; then BRANCH="master" fi #format "email=my@example.com" _email="$1" if [ "$_email" ]; then shift _email="--$(echo "$_email" | tr '=' ' ')" fi if _exists curl && [ "${ACME_USE_WGET:-0}" = "0" ]; then curl https://raw.githubusercontent.com/acmesh-official/acme.sh/$BRANCH/acme.sh | sh -s -- --install-online $_email "$@" elif _exists wget ; then wget -O - https://raw.githubusercontent.com/acmesh-official/acme.sh/$BRANCH/acme.sh | sh -s -- --install-online $_email "$@" else echo "Sorry, you must have curl or wget installed first." echo "Please install either of them and try again." fi
#14 opened by Levoo3545 - 2
zerossl-bot failed to parse parameters correctly
#12 opened by kytay - 2
zerossl-bot doesn't pass parameter correctly
#11 opened by kx1t - 1
- 6
certbot-zerossl is using letsencrypt server
#5 opened by alexmck - 1
Errors with arguments containing spaces
#4 opened by alanivey - 4
I tried to use this script but it errors..
#3 opened by cconstab - 1
- 0
If you need to manually obtain the certificate, here is the easy-to-use web page ACME client on the browser, welcome to use🎉
#22 opened by xiangyuecn - 0
- 11
504 timeouts
#19 opened by nikrozman21 - 0
certbot issues certificate but zerossl-bot cannot probably because of no arguments
#26 opened by SaeedFazlollahzadeh - 2
- 1
Broken links
#1 opened by sulliops