https://github.com/ionos-cloud/sdk-java-cert-manager
About IONOS Cloud Java SDK for Certificate Manager Service
https://github.com/ionos-cloud/sdk-java-cert-manager
Last synced: 8 months ago
JSON representation
About IONOS Cloud Java SDK for Certificate Manager Service
- Host: GitHub
- URL: https://github.com/ionos-cloud/sdk-java-cert-manager
- Owner: ionos-cloud
- License: apache-2.0
- Created: 2022-06-27T15:05:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T13:47:52.000Z (over 3 years ago)
- Last Synced: 2025-02-17T10:49:08.805Z (11 months ago)
- Language: Java
- Size: 56.6 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://mvnrepository.com/artifact/com.ionoscloud/ionos-cloud-sdk-certmanager)
## Overview
A certificate can be uploaded to the IONOS CLOUD infrastructure and can be used to manage IONOS resources
## Getting Started
### Installation
To install the API client library to your local Maven repository, simply execute:
```shell
mvn clean install
```
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
```shell
mvn clean deploy
```
Refer to the [OSSRH Guide](http://central.sonatype.org/pages/ossrh-guide.html) for more information.
#### Maven users
Add this dependency to your project's POM:
```xml
com.ionoscloud.certmanager
ionos-cloud-sdk-certmanager
1.0.0
compile
```
#### Gradle users
Add this dependency to your project's build file:
```groovy
compile "com.ionoscloud.certmanager:ionos-cloud-sdk-certmanager:1.0.0"
```
#### Others
At first generate the JAR by executing:
```shell
mvn clean package
```
Then manually install the following JARs:
* `target/ionos-cloud-sdk-certmanager-1.0.0.jar`
* `target/lib/*.jar`
### Usage
## FAQ
- How can I open a bug/feature request?
Bugs & feature requests can be open on the repository issues: https://github.com/ionos-cloud/ionos-cloud-sdk-certmanager/issues/new
- Can I contribute to the CertManager Java SDK?
Pur SDKs are automatically generated using OpenAPI Generator and don’t support manual changes. If you need changes please open an issue and we’ll try to take care of it.