Closed Tuckie closed 1 year ago
Minor typo, but as a result, old certs will never be deleted.
The double quotes should be removed around CERT_BASE_NAME
CERT_BASE_NAME
if cert_data['name'].startswith("CERT_BASE_NAME"):
https://github.com/danb35/deploy-freenas/blob/master/deploy_freenas.py#L216
Many thanks for spotting that. Fix has been provided.
Minor typo, but as a result, old certs will never be deleted.
The double quotes should be removed around
CERT_BASE_NAME
https://github.com/danb35/deploy-freenas/blob/master/deploy_freenas.py#L216