removed unused functions

This commit is contained in:
alwaysjolley 2019-04-18 13:57:10 -04:00
parent b39e2e3f66
commit 1667c05742
1 changed files with 0 additions and 8 deletions

View File

@ -21,14 +21,6 @@ from lemur.plugins.bases import DestinationPlugin
from cryptography import x509 from cryptography import x509
from cryptography.hazmat.backends import default_backend from cryptography.hazmat.backends import default_backend
class Error(Exception):
"""Base exception class"""
pass
class InvalidSanError(Error):
"""Invlied SAN in SAN list as defined by regex in destination"""
pass
class VaultDestinationPlugin(DestinationPlugin): class VaultDestinationPlugin(DestinationPlugin):
"""Hashicorp Vault Destination plugin for Lemur""" """Hashicorp Vault Destination plugin for Lemur"""
title = 'Vault' title = 'Vault'