Let's encrypt staging backend for tests
I am trying to develop a bash script that will create a domain and letsencrypt certificate on my UNIX server, but I've run into a limit from lets-encrypt.
Looking at https://letsencrypt.org/docs/rate-limits/ it talks about using a staging server for development purposes. Is it possible to add this option to letsencrypt extension?
Someting like:
plesk bin extension --exec letsencrypt cli.php -d ..com -m admin@***.com --test
Or changing the Let's encrypt URL via panel.ini
This feature is already available in the Let's Encrypt extension.
To configure different ACME URL (e.g. a staging environment for testing purposes), need to configure "acme-directory-url=https://acme-staging-v02.api.letsencrypt.org/directory" option for the section "[ext-letsencrypt]" in the panel.ini file.
- https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/.78586/
- https://letsencrypt.org/docs/staging-environment/
— AY