mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
delimiter between domain and additional names in domain.txt is 'space only' #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KampfCaspar on GitHub (Dec 21, 2015).
If one delimits the 'main' domain name and additional domain names by other whitespace characters (e.g. tab), certificate issuance works fine, but 'cron' age check fails...
This is because 'cut' only accepts one delimiter - space OR tab.
Probably add an explanatory comment line in domains.txt.example?