Unplanned
Last Updated: 13 Sep 2019 07:35 by ADMIN
Eric
Created on: 11 Sep 2019 17:10
Type: Bug Report
0
!dumpcerts / DumpCertsToDesktop() fails for wildcard certificates

The BCCertMaker exposes a !dumpcerts command that creates certificates on the desktop. Unfortunately, the DumpCertstoDesktop function does not name certificates well, so a wildcard cert ("*.example.com") cannot be saved because "*" is not a legal filename character.

The function should replace all * in the cert names with e.g. "_" or "_wildcard_" before saving.

0 comments