class Varanus

Interface for Sectigo's (formerly Comodo CA) API.

Constants

VERSION

Attributes

customer_uri[R]
password[R]
username[R]

Public Class Methods

new(customer_uri, username, password) click to toggle source

@param customer_uri [String]

(see {file:README.md#label-Finding+Organization+Id+-28org_id-29})

@param username [String] @param password [String]

# File lib/varanus.rb, line 11
def initialize customer_uri, username, password
  @customer_uri = customer_uri
  @username = username
  @password = password
end