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, 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.
- API version: 0.1.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
To build the Ruby code into a gem:
gem build ionoscloud-cert-manager.gemspec
Then either install the gem locally:
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)Finally add this to the Gemfile:
gem 'ionoscloud-cert-manager', '~> 1.0.0'
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 using
-I
as follows:ruby -Ilib script.rb
Last modified 9mo ago