pegleg/pegleg
Alexander Hughes 452734fb72 Making certificate check more robust
Some operators may have externally managed certificates that do not
conform to the originally expected certificate pattern of

---BEGIN CERTIFICATE-----
foo
-----END CERTIFICATE-----

and may instead include additional information on the subject/issuer. In
these cases the current regex will fail to load certs that can be parsed
with the existing cfssl command. Addressing this by tightening up the
regex prior to trying to obtain certificate information.

Change-Id: Ief9993632718caa46b52761b49a97621f134ca53
Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
2020-12-29 16:16:57 -05:00
..
cli Fail early on invalid save locations 2020-05-04 12:35:53 -04:00
engine Making certificate check more robust 2020-12-29 16:16:57 -05:00
schemas Added YAML file linting 2019-12-09 16:43:45 +00:00
__init__.py Accelerate YAML operations with LibYAML 2020-09-25 01:01:20 +00:00
config.py Add pre-command decrypt option 2019-12-19 14:52:27 -06:00
pegleg_main.py Merge "Default site commands to --no-decrypt" 2020-01-15 16:42:07 +00:00