This repository was archived by the owner on Sep 16, 2024. It is now read-only.
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Configure file extensions for certificate authorities #335
Closed
Description
Currently, DeployCertificateAuthoritiesCommand will only process filenames ending in ".crt". Should add a property - e.g. mlCertificateAuthorityFileExtensions - that allows for configuring what extensions to look for (it shouldn't blindly process every file since there could be a readme file in the directory with an extension that can't be predicted).