mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-23 00:25:18 +00:00
Lauri Võsandi
f2df17bb88
Certidude client now reads configuration from /etc/certidude/client.conf, submits CSR-s and once signed configures services based on /etc/certidude/services.conf
13 lines
213 B
Python
13 lines
213 B
Python
|
|
class RequestExists(Exception):
|
|
pass
|
|
|
|
class FatalError(Exception):
|
|
"""
|
|
Exception to be raised when user intervention is required
|
|
"""
|
|
pass
|
|
|
|
class DuplicateCommonNameError(FatalError):
|
|
pass
|