Bug #9348
openResults of ACME certificate issuance/renewal are not properly formatted
100%
Description
The results of an Acme certificate issuance/renewal aren't properly formatted. Even when there are no errors the results look like a core dump which diminishes confidence in the quality of this plugin.
Steps to reproduce:
1. Navigate to services ---> Acme Certificates
2. Click Add
3. Enter a name for the certificate and use foo.example.com as the domain name in the SAN list.
4. Use a DNS update method such as "DNS-NSUpdate / RFC 2136" or "DNS-ClouDNS" and enter bogus information
5. Click Save
6. Click "Issue renew" next to the certificate you just created.
7. Note the results of the cert issuance/renewal aren't properly formatted
See attached screenshot.
Files
Updated by Jim Pingle 1 day ago
- Subject changed from Results of Acme certificate issuance/renewal are not properly formatted to Results of ACME certificate issuance/renewal are not properly formatted
- Assignee set to Jim Pingle
Updated by Jim Pingle 1 day ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Fixed in ACME pkg v1.3.1
Added basic successs/fail detection to the output box in the GUI so it gets an appropriate color based on the result
The verboseness of the logs is covered by #12670