My operating system is (include version):
All
I installed Certbot with (snap, OS package manager, pip, certbot-auto, etc):
All
Certbot's behavior differed from what I expected because:
This is basically reopening #7170 because it is still and issue. The REQUESTS_CA_BUNDLE environment variable is not documents and internal ACME services are becoming more common. The only way I was able to learn about the variable was through the step-ca documentation but this should really be documented by certbot itself.
Also as stated in that previous bug that a command line switch would be helpful and saving the custom bundle to the certificate conf file so it is automatically used on renewal without having to add the root cert to the system store. It was brought up why add a command switch when the variable works fine. This is a common ability in many applications where you can provide options by either command line or by environment variable because both can be useful depending on the situation.
At the very least this functionality needs to be documented
My operating system is (include version):
All
I installed Certbot with (snap, OS package manager, pip, certbot-auto, etc):
All
Certbot's behavior differed from what I expected because:
This is basically reopening #7170 because it is still and issue. The REQUESTS_CA_BUNDLE environment variable is not documents and internal ACME services are becoming more common. The only way I was able to learn about the variable was through the step-ca documentation but this should really be documented by certbot itself.
Also as stated in that previous bug that a command line switch would be helpful and saving the custom bundle to the certificate conf file so it is automatically used on renewal without having to add the root cert to the system store. It was brought up why add a command switch when the variable works fine. This is a common ability in many applications where you can provide options by either command line or by environment variable because both can be useful depending on the situation.
At the very least this functionality needs to be documented