# Introduction

IonoscloudCertificateManager - the Ruby gem for the Certificate Manager API

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.

This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

* API version: 0.1.0
* Package version: 1.0.0
* Build package: org.openapitools.codegen.languages.RubyClientCodegen

## Installation

### Build a gem

To build the Ruby code into a gem:

```shell
gem build ionoscloud-cert-manager.gemspec
```

Then either install the gem locally:

```shell
gem install ./ionoscloud-cert-manager-1.0.0.gem
```

(for development, run `gem install --dev ./ionoscloud-cert-manager-1.0.0.gem` to install the development dependencies)

or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).

Finally add this to the Gemfile:

```
gem 'ionoscloud-cert-manager', '~> 1.0.0'
```

### Install from Git

If the Ruby gem is hosted at a git repository: <https://github.com/ionos-cloud/sdk-ruby-cert-manager>, then add the following in the Gemfile:

```
gem 'ionoscloud-cert-manager', :git => 'https://github.com/ionos-cloud/sdk-ruby-cert-manager.git'
```

### Include the Ruby code directly

Include the Ruby code directly using `-I` as follows:

```shell
ruby -Ilib script.rb
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/cert-manager-sdk-ruby/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
