X Tutup
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

stackit.certificates

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.

This package is part of the STACKIT Python SDK. For additional information, please visit the GitHub repository of the SDK.

Installation & Usage

pip install

pip install stackit-certificates

Then import the package:

import stackit.certificates

Getting Started

Examples for the usage of the package can be found in the GitHub repository of the SDK.

X Tutup