Description modification
This commit is contained in:
parent
1f641c0ba6
commit
5fe28f6503
|
@ -258,10 +258,7 @@ class DigiCertIssuerPlugin(IssuerPlugin):
|
|||
"""Wrap the Digicert Issuer API."""
|
||||
title = 'DigiCert'
|
||||
slug = 'digicert-issuer'
|
||||
description = (
|
||||
"Enables the creation of certificates by"
|
||||
"the DigiCert REST API."
|
||||
)
|
||||
description = "Enables the creation of certificates by the DigiCert REST API."
|
||||
version = digicert.VERSION
|
||||
|
||||
author = 'Kevin Glisson'
|
||||
|
|
Loading…
Reference in New Issue