lemur/lemur/plugins/lemur_acme
Hossein Shafagh 2317967802 lack of an empty config file was resulting into this error
```
Traceback (most recent call last):
  File "/home/travis/build/Netflix/lemur/lemur/plugins/lemur_acme/tests/test_acme.py", line 159, in test_request_certificate
    self.acme.request_certificate(mock_acme, [], mock_order)
  File "/home/travis/build/Netflix/lemur/lemur/plugins/lemur_acme/plugin.py", line 211, in request_certificate
    current_app.config.get("IDENTRUST_CROSS_SIGNED_LE_ICA_EXPIRATION_DATE", "17/03/21"), '%d/%m/%y'):
TypeError: strptime() argument 1 must be str, not MagicMock
```
2020-07-15 17:04:49 -07:00
..
tests lack of an empty config file was resulting into this error 2020-07-15 17:04:49 -07:00
__init__.py Black lint all the things 2019-05-16 07:57:02 -07:00
cloudflare.py Black lint all the things 2019-05-16 07:57:02 -07:00
dyn.py metric tags, to be able to track which domains where failing during the LetsEncrypt domain validation 2019-07-25 18:56:28 -07:00
plugin.py Let's Encrypt has been using a cross-signed intermediate CA by DST Root CA X3, which is included in any older devices' TrustStore. 2020-07-14 17:35:13 -07:00
powerdns.py updating _get_txt_records return values and docstrings 2020-04-05 21:46:33 -07:00
route53.py fixing the private DNS zone issue. 2020-04-24 15:48:06 -07:00
ultradns.py Changed string formatting from "{}".format() to f"{}" for consistency 2019-07-31 14:19:49 -07:00