https://github.com/ionos-cloud/sdk-python-cert-manager
Using the Certificate Manager Service, you can conveniently provision and manage SSL certificates with IONOS services and your internal connected resources
https://github.com/ionos-cloud/sdk-python-cert-manager
Last synced: 6 months ago
JSON representation
Using the Certificate Manager Service, you can conveniently provision and manage SSL certificates with IONOS services and your internal connected resources
- Host: GitHub
- URL: https://github.com/ionos-cloud/sdk-python-cert-manager
- Owner: ionos-cloud
- License: apache-2.0
- Created: 2022-07-06T11:33:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T13:06:09.000Z (over 3 years ago)
- Last Synced: 2025-07-15T00:27:36.451Z (6 months ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitter.im/ionos-cloud/sdk-general)
[](https://pypi.org/project/ionoscloud-cert-manager/)
# ionoscloud
Using the Certificate Manager Service, you can conveniently provision and manage SSL certificates with IONOS services and your internal connected resources. For the [Application Load Balancer](https://api.ionos.com/docs/cloud/v6/#Application-Load-Balancers-get-datacenters-datacenterId-applicationloadbalancers), you usually need a certificate to encrypt your HTTPS traffic. The service provides the basic functions of uploading and deleting your certificates for this purpose.
## Requirements.
- Python >= 3.5
## Installation & Usage
### pip install
If the python package is hosted on a repository, you can install directly using:
```sh
pip install git+https://github.com/ionos-cloud/sdk-python-cert-manager.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/ionos-cloud/sdk-python-cert-manager.git`)
Then import the package:
```python
import ionoscloud_cert_manager
```
### Setuptools
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)
Then import the package:
```python
import ionoscloud_cert_manager
```
## Our latest, most up to date documentation is available [here](https://github.com/ionos-cloud/ionos-cloud-sdk-python-cert-manager/blob/master/README.md)