-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from cedadev/master
sync'ing with base
- Loading branch information
Showing
5 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
V 131029132955Z 01 unknown /O=NDG/OU=Security/CN=11972403-95b6-410b-8c9a-b6444d9adb17 | ||
V 131029133048Z 02 unknown /O=NDG/OU=Security/CN=060add14-f373-414a-ae34-2fde1003a1d3 | ||
V 161202153416Z 03 unknown /O=NDG/OU=Security/CN=a2d365af-22b9-4013-a3ba-2a5560ac54e3 | ||
V 161202165626Z 04 unknown /O=NDG/OU=Security/CN=74ac7608-1c84-4347-ae28-9ac091e495c3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
03 | ||
05 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
|
||
setup( | ||
name = 'ContrailCA', | ||
version = '0.1.0', | ||
version = '0.2.0', | ||
description = 'Certificate Authority', | ||
long_description = '''\ | ||
Provides a simple implementation of a Certificate Authority. It uses the | ||
|
@@ -47,9 +47,9 @@ | |
author_email = '[email protected]', | ||
maintainer = 'Philip Kershaw', | ||
maintainer_email = '[email protected]', | ||
url = 'https://github.com/philipkershaw/CertificateAuthority', | ||
url = 'https://github.com/cedadev/CertificateAuthority', | ||
platforms = ['POSIX', 'Linux', 'Windows'], | ||
install_requires = ['ndg_httpsclient'], | ||
install_requires = ['pyOpenSSL'], | ||
|
||
# Required for Subject Alt Names unit test only | ||
extras_require = {'subjectAltName_support': 'pyasn1'}, | ||
|