You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
3
+
4
+
5
+
This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
6
+
7
+
8
+
## Installation & Usage
9
+
### pip install
10
+
11
+
```sh
12
+
pip install stackit-certificates
13
+
```
14
+
15
+
Then import the package:
16
+
```python
17
+
import stackit.certificates
18
+
```
19
+
20
+
## Getting Started
21
+
22
+
[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
9
+
10
+
The version of the OpenAPI document: 1beta.0.0
11
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
0 commit comments