Metadata-Version: 1.1
Name: pki-client
Version: 0.1.1
Summary: PKI client
Home-page: https://github.com/tunfish/pki-client
Author: The Tunfish Developers
Author-email: hello@tunfish.org
License: AGPL 3, EUPL 1.2
Description: ##########
        PKI client
        ##########
        
        
        About
        =====
        
        A convenient client to interact with `tunfish-ca`_, a slightly improved
        `django-ca`_. Its purpose is to easily create a RSA private/public key
        pair and then have the CA create a certificate.
        
        
        Synopsis
        ========
        
        ::
        
            pki-client \
                --ca-url=http://127.0.0.1:8000/ --ca-name=RootCA \
                --cacert=cacert.pem --key=example.key --certificate=example.pem --common-name-prefix=node
        
        
        .. _tunfish-ca: https://github.com/tunfish/tunfish-ca
        .. _django-ca: https://github.com/mathiasertl/django-ca
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Topic :: Communications
Classifier: Topic :: Database
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
