Adding the ability to specify a per-certificate rotation policy. (#851)
This commit is contained in:
@ -155,7 +155,7 @@ def test_certificate_input_schema(client, authority):
|
||||
assert data['country'] == 'US'
|
||||
assert data['location'] == 'Los Gatos'
|
||||
|
||||
assert len(data.keys()) == 17
|
||||
assert len(data.keys()) == 18
|
||||
|
||||
|
||||
def test_certificate_input_with_extensions(client, authority):
|
||||
|
Reference in New Issue
Block a user