This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # USEFUL PLESK COMMANDS | |
| # restart plesk | |
| /etc/init.d/psa restart | |
| # reload plesk configs (useful for vhost.conf) | |
| /usr/local/psa/admin/sbin/websrvmng -a -v | |
| # restart qmail | |
| service qmail restart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/bash | |
| # Dotroll domain api | |
| # - api access values stored per domain, including migration from account stored values | |
| # - zone data is POST-ed to avoid "414 Request-URI Too Large" errors | |
| # | |
| # Initially export values Dotroll_User and Dotroll_Password | |
| # export Dotroll_User='<your.dotroll@user>'; export Dotroll_Password='<dotroll_api_password>'; acme.sh --issue --dns dns_dotroll -d <domain.tld> -d '*.<domain.tld>' | |
| # Usage: add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs" |
OlderNewer