GeoTrust API Quick Guide

Size: px
Start display at page:

Download "GeoTrust API Quick Guide"

Transcription

1 API Quick Guide

2 API Quick Guide Table of Contents : Overview... : Using s API... : Organization Authenticated Certificates... : Domain Authenticated Certificates... 6 : QuickInvite Ordering Scenario : QuickOrder Ordering Scenario... 8 GT

3 API Quick Guide : Overview The Partner Program offers hosting companies and resellers the ability to sell and VeriSign products directly from their website. s API allows partners to order certificates on behalf of their customers and brand the entire ordering process. This can help Partner Program partners save time and reduce costs, and allows their customers to order SSL certificates on demand x7. The Partner Program offers a flexible and powerful Simple Object Access Protocol (SOAP) API for its partners to order and manage their SSL offerings directly from their site. s API allows partners to automate both order placement and certificate management on behalf of their customers. Partners can perform functions such as ordering different products, canceling and fulfilling orders, resending order s and querying for order data. Automating these functions can reduce costs by eliminating the need to manually enter orders and reducing the number of first level support calls. As an alternative, the Partner Program also offers a POST API. With the POST API partners can submit and modify existing orders and resend order s automatically. The POST API is a great alternative for partners who do not have knowledge of SOAP or are just looking for a quick way to automate and brand order processing. The remainder of this document provides an overview of the different ordering scenarios based on the type of SSL certificates being ordered along with details of the SSL provisioning process via the API. GT

4 API Quick Guide : Using the API Using the API offers additional workflow flexibility beyond the basic UI-based ordering flow. Utilized in conjunction with selectively enabling or disabling different automated communications to a customer, a Partner Program partner can perform varying levels of the ordering workflow. This allows the integration with to be tailored to best suit the needs of the partner s overall provisioning process. Ordering state changes for SSL certificates and server web identity products are asynchronous - an API client initiates an order and then later checks the server for the completed order after the authentication process has been completed. The general approach for an API client is to () place orders, then () periodically query the API server for all orders that have changed status during a specified time interval (for example, the last four hours) using the GetModifiedOrders operation (see Figure ). This returns a list of all orders and detailed order information for those orders that have changed status in the specified time interval. The status of all returned orders can then be updated locally and used as necessary. An alternative to the general approach is to specifically request the status of a specific order. In this case, the ordering flow consists of the following operations: () place an order, and then () periodically check the status of the specific order (GetOrderByPartnerOrderID). Once the order has been completed, the fulfillment information is returned with the GetOrderByPartnerOrderID operation. This approach is generally less efficient, but might be more appropriate when there is a low volume of certificates being managed. SSL certificates fall into one of two provisioning types, domain authentication or organization authentication. Domain Authenticated products include (QuickSSL Premium and Power Server ID) and Organization Authenticated products include True BusinessID and True BusinessID with EV. VeriSign Organization Authenticated products (Secure Site, Secure Site Pro, Secure Site with EV, Secure Site with EV Pro) are also available. The following subsections describe in detail how the API is used for Organization Authenticated and Domain Authenticated SSL certificates. Partner Figure GT

5 API Quick Guide : Organization Authenticated Certificates Organization Authenticated Certificates include products where the organizational information is validated before issuing the certificate. True BusinessID and True BusinessID with EV and VeriSign Secure Site, Secure Site Pro, Secure Site with EV and Secure Site Pro with EV products fall into this category. In general, the order is submitted and is queued while the certificate is authenticated. Once the authentication process is complete, the order is fulfilled.. UI-Based Organization Authenticated Product Ordering Scenario With Organization Authentication only, validation of the Organizational data submitted with the order is also performed before the certificate is issued. True BusinessID and VeriSign Secure Site, Secure Site Pro, Secure Site with EV, and Secure Site Pro with EV certificates are Organization Authenticated products where the organization and domain authentication are done using VeriSign s authentication practices.. supplies the CSR, organization information, and the order contact information. then accepts the subscriber agreement and submits the order.. An acknowledgement is sent to the requestor and other order contacts confirming placement of the order.. Customer sends corporate documents and other information necessary to verify the organization to the or VeriSign authentication team. This may be an iterative process with or VeriSign sending out requests for additional information.. Verification call is placed to the Organization Contact by our VeriSign authentication team (for VeriSign branded products only).. Once all the authentication steps have been successfully completed, the certificate is issued.. UI-based Domain and Organization Authenticated Product Ordering Scenario With Domain and Organization Authentication, extensive validation of the requestor s Organizational information is also performed before completing a product order. True BusinessID with Extended Validation is a Domain and Organization Authenticated product.. supplies the CSR, organization information, and the order contact information. then chooses an Approver , accepts the subscriber agreement and submits the order.. An acknowledgement is sent to the requestor and other order contacts confirming placement of the order.. Customer sends corporate documents and other information necessary to verify the organization. This may be an iterative process with team sending out requests for additional information. 6. An is sent to the Approver requesting that the Approver review the submitted order. 6. The Approver follows the link in the , reviews the order information and either approves or rejects the order. 7. Upon completion of the authentication and approval process, the organization and tech contact receive the certificate via . Approver GT

6 API Quick Guide : Domain Authenticated Certificates This section defines the order initiation operations for the Domain Authenticated SSL products such as QuickSSL Premium and Power Server ID. Partners that leverage the API can completely remove themselves from the ordering process and offer their customers a solution to get an SSL certificate on demand x7.. The Domain Authentication Process domain authenticated certificates are the lowest form of authentication available. An entity requesting a domain authenticated certificate will go through a process to help verify that they either own the domain requested or that they have the right to use that domain name. Additionally we will verify that the address for the contact requesting the certificate is either listed in the WHOIS directory or meets the CA's predetermined alias requirements. Because domain registrar databases are online, this process can be completely automated.. UI-based Domain Authenticated Product Ordering Scenario s patented Domain Authentication process ensures that a registered contact for a domain approves a request for a server product for that domain. QuickSSL Premium, Power Server ID, Power Server ID Wildcard are products that are Domain Authentication. The Web based ordering process for requesting, approving and issuing certificates is described below:. supplies the CSR, organization information, and order contact information. then chooses an Approver , accepts the subscriber agreement and submits the order.. An acknowledgement is sent to the requestor and other order contacts confirming placement of the order.. An is sent to the Approver requesting that the Approver review the submitted order.. The Approver follows the link in the , reviews the order information and either approves or rejects the order.. If the order is approved, the requestor receives the certificate via . Approver 6 GT

7 API Quick Guide : QuickInvite Ordering Scenario The API-based invitation approach allows a partner to invite an end customer to place an order. Using this approach, the partner specifies a subset of the end customer s (the ) information needed to place an order. This scenario is especially useful when the partner has some information for the order, but desires the requestor to provide the remaining details or perform the order submittal action. The following steps outline the partner invitation scenario:. Partner Program partner uses the QuickInvite command, optionally supplying some order information for the.. The receives an Invite message that contains a special link to the customized order form.. The follows the link to the site and completes the order. Data that has been pre-supplied by the partner cannot be modified (for security purposes), so the partner has as much control over the order as they would like to enforce (the certificate validity period, server count, etc.). The supplies any remaining required information (Contact Info, CSR, etc). The selects one of the approvers (for domain authenticated products and True BusinessID with EV only), reviews the subscriber agreement, and submits the order.. Upon order submission, an is sent to the Approver (for domain authenticated products and True BusinessID with EV only), notifying them of an order that has been submitted and is awaiting approval.. The Approver follows the link in the to the site, and upon review, either approves or rejects the order (for domain authenticated products and True BusinessID with EV only). For Organization Authenticated certificates, our authentication team completes the necessary steps to validate the data submitted with the order). 6. Upon approval, the certificate is issued. 7. The partner receives the updated order status and information by performing the GetModifiedOrders, GetOrdersByDateRange, or GetOrderByPartnerOrderID operation. 7 6 Partner Approver 7 GT

8 API Quick Guide 6: QuickOrder Ordering Scenario If a partner collects all of the information necessary to place an order, the order can be placed on behalf of the end customer. In this approach, there are two main steps: collecting the data needed to place the order, and the actual processing of the order. 6. Collecting and Validating Order Data The collection and validation of all fields needed to place an order can be non-trivial. A good way to collect and validate this information is as follows:. The ValidateOrderParameters operation can be used to validate the CSR and other information, like renewal benefits and eligibility for competitor trade-in benefits. In addition, the domain name is returned.. Using the returned Domain Name, for domain authenticated and True BusinessID with EV orders, GetQuickApproverList is used to retrieve the list of valid approver addresses and the subscriber agreement so this information can be displayed to the person placing the order. Partner 6. Processing the Order Once the order information is ready for processing:. Partner Program partner uses the QuickOrder command to submit all order information including organization info, contact info, the CSR and the approver (for applicable products only). The approver address is required, and must be one that that is authorized to approve the order.. The remainder of the ordering process is like the UI-based ordering scenarios. An acknowledgement is sent to the requestor and other order contacts confirming placement of the order.. For products that require Organization Authentication, a or VeriSign representative may contact the Organization Contact to obtain appropriate corporate documents and other information necessary to verify the organization.. An is sent to the Approver requesting that the approver review the submitted order (for domain authenticated and True BusinessID with EV products only).. The Approver follows the link in the , reviews the order information and either approves or rejects the order (for domain authenticated and True BusinessID with EV products only). 6. Upon completion of the authentication and approval process, the certificate is issued via The partner receives the updated order status and information by performing the GetModifiedOrders, GetOrdersByDateRange, or GetOrderByPartnerOrderID operation. 7 6 Partner Approver 007, Inc. All rights reserved., the logo, the design, QuickSSL, and other trademarks, service marks, and designs are registered or unregistered trademarks of, Inc. and its subsidiaries and affiliates in the United States and in foreign countries. VeriSign is a trademark of VeriSign, Inc and its subsidiaries and affiliates in the United States and in foreign countries. All other trademarks are property of their respective owners. 8 GT

Enterprise Certificate Console. Simplified Control for Digital Certificates from the Cloud

Enterprise Certificate Console. Simplified Control for Digital Certificates from the Cloud Enterprise Certificate Console Simplified Control for Digital Certificates from the Cloud HydrantID Enterprise Management Console HydrantID s HydrantSSL Enterprise service and HydrantCloud Managed PKI

More information

Version 4.3. assecods.pl

Version 4.3. assecods.pl ` Version 4.3 assecods.pl ` Table of Contents 1. OVERVIEW... 6 1.1. API repository... 6 2. TYPE OF PRODUCTS... 7 2.1. ID Certificates... 7 2.2. SSL Certificates... 7 2.3. Premium EV Certificate... 7 2.4.

More information

Managing SSL Security in Multi-Server Environments

Managing SSL Security in Multi-Server Environments Managing SSL Security in Multi-Server Environments Easy-to-Use VeriSign Web-Based Services Speed SSL Certificate Management and Cut Total Cost of Security CONTENTS + A Smart Strategy for Managing SSL Security

More information

Certification Policy of CERTUM s Certification Services Version 4.0 Effective date: 11 August 2017 Status: archive

Certification Policy of CERTUM s Certification Services Version 4.0 Effective date: 11 August 2017 Status: archive Certification Policy of CERTUM s Certification Services Version 4.0 Effective date: 11 August 2017 Status: archive Asseco Data Systems S.A. Podolska Street 21 81-321 Gdynia, Poland Certum - Powszechne

More information

Symantec Managed PKI. Integration Guide for AirWatch MDM Solution

Symantec Managed PKI. Integration Guide for AirWatch MDM Solution Symantec Managed PKI Integration Guide for AirWatch MDM Solution ii Symantec Managed PKI Integration Guide for AirWatch MDM Solution The software described in this book is furnished under a license agreement

More information

Get Started in the. Cisco Partner Ecosystem. Introduction. Get Cisco.com ID. Become a Cisco Partner. Manage Company Information.

Get Started in the. Cisco Partner Ecosystem. Introduction. Get Cisco.com ID. Become a Cisco Partner. Manage Company Information. Get Started in the Introduction Ecosystem April 2017 Welcome to the Ecosystem 2 Thank you for accepting our invitation. We re excited to have you join our ecosystem of trusted partners. This guide incudes

More information

Deal Registration. The process you need to follow u

Deal Registration. The process you need to follow u Deal Registration Programs Brocade Deal Registration Programs are designed to encourage the profitability and success of our partners when selling eligible Brocade products. They reward partners who actively

More information

DRAFT REVISIONS BR DOMAIN VALIDATION

DRAFT REVISIONS BR DOMAIN VALIDATION DRAFT REVISIONS BR 3.2.2.4 DOMAIN VALIDATION (Feb. 15, 2016) Summary of changes The primary purpose of this change is to replace Domain Validation item 7 "Using any other method of confirmation which has

More information

ECA Trusted Agent Handbook

ECA Trusted Agent Handbook Revision 8.0 September 4, 2015 Introduction This Trusted Agent Handbook provides instructions for individuals authorized to perform personal presence identity verification of subscribers enrolling for

More information

DigiCert User Guide. Version 6.4

DigiCert User Guide. Version 6.4 DigiCert User Guide Version 6.4 Table of Contents 1 User Management... 9 1.1 Roles and Account Access... 9 1.1.1 Administrator Role... 9 1.1.2 User Role... 9 1.1.3 EV Verified User... 9 1.1.4 CS Verified

More information

DigiCert User Guide (GÉANT)

DigiCert User Guide (GÉANT) DigiCert User Guide (GÉANT) Version 6.8 Table of Contents 1 User Management... 10 1.1 Roles and Account Access... 10 1.1.1 Administrator Role... 10 1.1.2 User Role... 10 1.1.3 EV Verified User... 10 1.1.4

More information

DigiCert User Guide (GÉANT)

DigiCert User Guide (GÉANT) DigiCert User Guide (GÉANT) Version 8.3 Table of Contents 1 User Management... 10 1.1 Roles and Account Access... 10 1.1.1 Administrator Role... 10 1.1.2 User Role... 10 1.1.3 EV Verified User... 10 1.1.4

More information

PURCHASING AN ENTRUST DATACARD SSL/TLS CERTIFICATE. Document issue: 12.2 Date of issue: July 2017

PURCHASING AN ENTRUST DATACARD SSL/TLS CERTIFICATE. Document issue: 12.2 Date of issue: July 2017 PURCHASING AN ENTRUST DATACARD SSL/TLS CERTIFICATE Document issue: 12.2 Date of issue: July 2017 Entrust is a registered trademark of Entrust, Inc. in the United States and certain other countries. Entrust

More information

TRUSTIS FPS. Enrolment Requirements: Acceptable Evidence in Support of an Application for a Digital Certificate

TRUSTIS FPS. Enrolment Requirements: Acceptable Evidence in Support of an Application for a Digital Certificate TRUSTIS FPS Enrolment Requirements: Acceptable Evidence in Support of an Application for a Digital Certificate Important Notice: The information here is guidance on the minimum requirements of Enrolment

More information

E X O S T A R, LLC D A T E : M AY V E R S I O N : 4.0

E X O S T A R, LLC D A T E : M AY V E R S I O N : 4.0 SECURE ACCESS MAN AG E R USER GUI DE E X O S T A R, LLC D A T E : M AY 2 0 1 7 V E R S I O N : 4.0 1 S E C U R E AC C E S S M A N A G E R 1 INTRODUCTION... 3 1.1 SUMMARY... 3 2 BASIC FUNCTIONS... 3 2.1

More information

Polycom SoundPoint IP Trade-In Program.

Polycom SoundPoint IP Trade-In Program. Polycom US & Canada Promotions Polycom SoundPoint IP Trade-In Program. Trade-in Program Going Green with Polycom New for Q2 2010. Trade in a competitor s phone and receive up to $75 back. Polycom s SoundPoint

More information

HP Partner First Portal Partner Application Process

HP Partner First Portal Partner Application Process HP Partner First Portal Partner Application Process 1 Copyright 2018 HP Development Company, L.P. The information contained herein is subject to change without notice. HP Partner First Portal: Application

More information

Steps on How to Create Cash Advances

Steps on How to Create Cash Advances FAST Travel System Guide: How to Create Cash Advances Purpose: Definition: Navigation: Notes: To provide instructions on how to create Cash Advances (CAs) in the FAST Travel module. Cash Advance - In some

More information

VSP16. Venafi Security Professional 16 Course 04 April 2016

VSP16. Venafi Security Professional 16 Course 04 April 2016 VSP16 Venafi Security Professional 16 Course 04 April 2016 VSP16 Prerequisites Course intended for: IT Professionals who interact with Digital Certificates Also appropriate for: Enterprise Security Officers

More information

Streamline Certificate Request Processes. Certificate Enrollment

Streamline Certificate Request Processes. Certificate Enrollment Streamline Certificate Request Processes Certificate Enrollment Contents At the end of this section, you will be able to: Configure TPP to allow users to request new certificates through Aperture Policy

More information

Symantec To Acquire VeriSign s Identity and Authentication Business. May 19, 2010

Symantec To Acquire VeriSign s Identity and Authentication Business. May 19, 2010 Symantec To Acquire VeriSign s Identity and Authentication Business May 19, 2010 Forward-Looking Statements This presentation contains forward-looking statements within the meaning of U.S. federal securities

More information

Polycom Conference Phones

Polycom Conference Phones Polycom US & Canada Promotions Trade in nearly any phone and receive up to $100 back! For a limited time, you can trade in nearly any phone and receive up to $100 back on a new Polycom SoundStation conference

More information

CA IdentityMinder. Glossary

CA IdentityMinder. Glossary CA IdentityMinder Glossary 12.6.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

Protecting SugarCRM with SafeNet Authentication Manager

Protecting SugarCRM with SafeNet Authentication Manager Protecting SugarCRM with SafeNet Authentication Manager Version 8.2 Integration Guide Copyright 2013 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document

More information

One Identity Starling Two-Factor Authentication. Administrator Guide

One Identity Starling Two-Factor Authentication. Administrator Guide One Identity Authentication Administrator Guide Copyright 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this

More information

Secure Access Manager (SAM) Administrator Guide December 2017

Secure Access Manager (SAM) Administrator Guide December 2017 Secure Access Manager (SAM) Administrator Guide December 2017 Copyright 2017 Exostar, LLC All rights reserved. 1 SECURE ACCESS MANAGER (SAM) OVERVIEW... 4 ADMINISTRATIVE ROLES OVERVIEW... 4 SAM NAVIGATIONAL

More information

Polycom SoundPoint IP Trade-In Program.

Polycom SoundPoint IP Trade-In Program. Polycom US & Canada Promotions Polycom SoundPoint IP Trade-In Program. New for Q2 2010. Trade in a competitor s phone and receive up to $75 back. Polycom s SoundPoint IP Trade-In Program rewards you when

More information

Public. Atos Trustcenter. Server Certificates + Codesigning Certificates. Version 1.2

Public. Atos Trustcenter. Server Certificates + Codesigning Certificates. Version 1.2 Atos Trustcenter Server Certificates + Codesigning Certificates Version 1.2 20.11.2015 Content 1 Introduction... 3 2 The Atos Trustcenter Portfolio... 3 3 TrustedRoot PKI... 4 3.1 TrustedRoot Hierarchy...

More information

Service Cloud Using Service Cloud Configuration Assistant Release 17D

Service Cloud Using Service Cloud Configuration Assistant Release 17D Oracle Service Cloud Using Service Cloud Configuration Assistant Release 17D Part Number: E89541-02 Copyright 2017, Oracle and/or its affiliates. All rights reserved Authors: The Service Cloud Information

More information

Electrolux Small Appliance Reseller FAQs

Electrolux Small Appliance Reseller FAQs Electrolux Small Appliance Reseller FAQs Why is Electrolux instituting a Reseller Authorization Program? Electrolux takes our brand and market position very seriously and desires to protect and promote

More information

Customers trading in a perpetual license for Autodesk LT Family products may trade-in for a discount on a subscription to LT Family products only.

Customers trading in a perpetual license for Autodesk LT Family products may trade-in for a discount on a subscription to LT Family products only. Get 30% off Autodesk software 1 Special savings on 3-year subscriptions when you trade in eligible perpetual licenses Available from February 7, 2017 to April 28, 2017 Submit serial numbers prior to purchase

More information

Customer Access. Partner Initiated PICA - The Cisco PICA User Guide

Customer Access. Partner Initiated PICA - The Cisco PICA User Guide PICA - Partner Initiated Customer Access The Cisco PICA User Guide Table of Contents PICA User Guide TABLE OF CONTENTS...2 ABOUT THIS GUIDE...4 BENEFITS OF USING THE PICA TOOL...4 USING THE PICA TOOL...4

More information

Creating Trust Online TM. Extended Validation (EV) High Assurance SSL Certificate Reseller Program

Creating Trust Online TM. Extended Validation (EV) High Assurance SSL Certificate Reseller Program Creating Trust Online TM Extended Validation (EV) High Assurance SSL Certificate Reseller Program Introduction: Comodo is proud to introduce the EV SSL Reseller Program specifically designed to give you

More information

GlobalSign Enterprise Solution epki Administrator guide v1.9. GlobalSign Enterprise Solutions

GlobalSign Enterprise Solution epki Administrator guide v1.9. GlobalSign Enterprise Solutions GlobalSign Enterprise Solutions epki Quick Start Guide Managing PersonalSign and DocumentSign Certificates Across Your Organization Effectively GlobalSign Enterprise Solution epki Administrator guide v1.9

More information

CERTIFICATE POLICY CIGNA PKI Certificates

CERTIFICATE POLICY CIGNA PKI Certificates CERTIFICATE POLICY CIGNA PKI Certificates Version: 1.1 Effective Date: August 7, 2001 a Copyright 2001 CIGNA 1. Introduction...3 1.1 Important Note for Relying Parties... 3 1.2 Policy Identification...

More information

One Identity Manager 8.0. IT Shop Administration Guide

One Identity Manager 8.0. IT Shop Administration Guide One Identity Manager 8.0 IT Shop Administration Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager SSL Certificates Enrollment, Collection, Installation and Renewal Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5

More information

CA GovernanceMinder. CA IdentityMinder Integration Guide

CA GovernanceMinder. CA IdentityMinder Integration Guide CA GovernanceMinder CA IdentityMinder Integration Guide 12.6.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

E X O S T A R L L C D A T E : N O V E M B E R V E R S I O N : 2.0

E X O S T A R L L C D A T E : N O V E M B E R V E R S I O N : 2.0 SECURE ACCESS MAN AG E R PRO VIDER AD M I NISTRAT I ON GUI DE E X O S T A R L L C D A T E : N O V E M B E R 2 0 1 6 V E R S I O N : 2.0 1 S E C U R E A C C E S S M A N A G E R SECURE ACCESS MANAGER OVERVIEW...

More information

SAFE-BioPharma RAS Privacy Policy

SAFE-BioPharma RAS Privacy Policy SAFE-BioPharma RAS Privacy Policy This statement discloses the privacy practices for the SAFE-BioPharma Association ( SAFE- BioPharma ) Registration Authority System ( RAS ) web site and describes: what

More information

Validation Working Group: Proposed Revisions to

Validation Working Group: Proposed Revisions to Validation Working Group: Proposed Revisions to 3.2.2.4 Introduction Current Baseline Requirements For each Fully Qualified Domain Name listed in a Certificate, the CA SHALL confirm that, as of the date

More information

Samsung Knox Mobile Enrollment. VMware Workspace ONE UEM 1902

Samsung Knox Mobile Enrollment. VMware Workspace ONE UEM 1902 Samsung Knox Mobile Enrollment VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

One Identity Active Roles 7.2. Azure AD and Office 365 Management Administrator Guide

One Identity Active Roles 7.2. Azure AD and Office 365 Management Administrator Guide One Identity Active Roles 7.2 Azure AD and Office 365 Management Administrator Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

SSL Certificates Enrollment, Collection, Installation and Renewal

SSL Certificates Enrollment, Collection, Installation and Renewal SSL Certificates Enrollment, Collection, Installation and Renewal InCommon c/o Internet2 1000 Oakbrook Drive, Suite 300 Ann Arbor MI, 48104 Enrolling For Your Certificate This is step-by-step guide will

More information

GlobalSign Enterprise Solutions. Enterprise PKI. Administrator Guide. Version 2.6

GlobalSign Enterprise Solutions. Enterprise PKI. Administrator Guide. Version 2.6 GlobalSign Enterprise Solutions Enterprise PKI Administrator Guide Version 2.6 1 TABLE OF CONTENTS GETTING STARTED... 3 ESTABLISHING EPKI SERVICE... 3 CLIENT AUTHENTICATION CERTIFICATE... 4 ESTABLISHING

More information

FileMaker Business Alliance. Program Guide

FileMaker Business Alliance. Program Guide FileMaker Business Alliance Program Guide FileMaker Business Alliance Program Guide Get Started... 3 FBA Business Types and Requirements... 4 Partner Levels... 7 FBA Six Pillars of Excellence... 10 Contact

More information

Smart Software Licensing

Smart Software Licensing is a standardized licensing platform that simplifies the Cisco software experience and helps you understand how the Cisco software is used across your network. is the next-generation licensing platform

More information

Partner Documentation Reseller Portal Guide

Partner Documentation Reseller Portal Guide 2 Partner Documentation 1. Introduction and Enrollment One of the benefits of MSP Consortium membership is access to Comodo's range of enterprise security and management tools at greatly discounted rates.

More information

Jenzabar EX 4.5. Getting Started Guide for Administrators and Users

Jenzabar EX 4.5. Getting Started Guide for Administrators and Users Getting Started Guide for Administrators and Users October 24, 2012 2012, Jenzabar, Inc. 101 Huntington Avenue Suite 2205 Boston, MA 02199 1.877.535.0222 www.jenzabar.net This document is confidential

More information

Reseller Program For the Sectigo Partner Network

Reseller Program For the Sectigo Partner Network Reseller Program For the Sectigo Partner Network Version 2.5 2018 Sectigo. All rights reserved. 1. Introduction The Sectigo Reseller Program allows you to share the benefits and cost-effectiveness of Sectigo

More information

8 Registering for a Call

8 Registering for a Call 8 Registering for a Call To formally participate in a Call, you must register for it. This step requires filling in your company details. If you wish to participate in a Call as an individual, you can

More information

ANSI ASC X12N 837 Healthcare Claim (Version X222A1-June 2010) Professional Companion Guide

ANSI ASC X12N 837 Healthcare Claim (Version X222A1-June 2010) Professional Companion Guide ANSI ASC X12N 837 Healthcare Claim (Version 005010X222A1-June 2010) Pruitt Health Premier Missouri Medicare Select Signature Advantage September 2015 TABLE OF CONTENTS AT A GLANCE II CHAPTER 1: INTRODUCTION

More information

Banner Security Access Request

Banner Security Access Request is a Web Form designed for Supervisors to submit Banner Access Requests for their employees. This online form replaces the previous paper form in a secure environment. This helps the Banner team respond

More information

VSP18 Venafi Security Professional

VSP18 Venafi Security Professional VSP18 Venafi Security Professional 13 April 2018 2018 Venafi. All Rights Reserved. 1 VSP18 Prerequisites Course intended for: IT Professionals who interact with Digital Certificates Also appropriate for:

More information

Motor Oil Matters (MOM) Installer Online System User Guide

Motor Oil Matters (MOM) Installer Online System User Guide Motor Oil Matters (MOM) Installer Online System User Guide Potential MOM Installers can register at. To ensure a successful application process, you should have the following prepared for each location

More information

Partner Information. Integration Overview. Remote Access Integration Architecture

Partner Information. Integration Overview. Remote Access Integration Architecture Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration OTP Barracuda Networks Barracuda SSL VPN User Name + Security Code VIP Enterprise

More information

Masterpass Service Provider Onboarding and Integration Guide Merchant by Merchant Model U.S. Version 6.18

Masterpass Service Provider Onboarding and Integration Guide Merchant by Merchant Model U.S. Version 6.18 Masterpass Service Provider Onboarding and Integration Guide Merchant by Merchant Model U.S. Version 6.18 30 September 2016 SPMM Summary of Changes, 30 September 2016 Summary of Changes, 30 September 2016

More information

Comodo Certificate Manager Version 6.0

Comodo Certificate Manager Version 6.0 Comodo Certificate Manager Version 6.0 RAO Administrator Guide Guide Version 6.0.022318 Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ,

More information

Exiant Communications LLC LOCAL NUMBER PORTABILITY (LNP) BUSINESS RULES

Exiant Communications LLC LOCAL NUMBER PORTABILITY (LNP) BUSINESS RULES Exiant Communications LLC LOCAL NUMBER PORTABILITY (LNP) BUSINESS RULES This document contains proprietary data and is the industrial property of Exiant Communications LLC. The reproduction or disclosure

More information

WHITE PAPER. VeriSign Architecture for Securing Your VPN Go Secure! For Check Point Overview

WHITE PAPER. VeriSign Architecture for Securing Your VPN Go Secure! For Check Point Overview WHITE PAPER VeriSign Architecture for Securing Your VPN Go Secure! For Check Point Overview CONTENTS Architecture for Securing Your VPN Virtually Overnight!1 Key Features & Functionality 1 How Does It

More information

October J. Polycom Cloud Services Portal

October J. Polycom Cloud Services Portal October 2018 3725-42461-001J Polycom Cloud Services Portal Copyright 2018, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another language or format, or

More information

Cisco ServiceGrid Deployment Service Ecosystem Builder Initial B2B Connection (ASF-SGA-EB-IC)

Cisco ServiceGrid Deployment Service Ecosystem Builder Initial B2B Connection (ASF-SGA-EB-IC) Page 1 of 1 Service Description: Advanced Services Fixed Price Cisco ServiceGrid Deployment Service Ecosystem Builder Initial B2B Connection (ASF-SGA-EB-IC) This document describes Advanced Services Fixed

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.0 What s New Copyright 1999-2011, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

COLEMAN COUNTY TELEPHONE COOP, INC. LOCAL NUMBER PORTABILITY (LNP) BUSINESS RULES

COLEMAN COUNTY TELEPHONE COOP, INC. LOCAL NUMBER PORTABILITY (LNP) BUSINESS RULES COLEMAN COUNTY TELEPHONE COOP, INC. LOCAL NUMBER PORTABILITY (LNP) BUSINESS RULES This document contains proprietary data and is the industrial property of Coleman County Telephone Coop, Inc. The reproduction

More information

BMC Software, Inc. and its affiliates, including BladeLogic, Inc. (BMC) would like you to know how you may use BMC s trademarks.

BMC Software, Inc. and its affiliates, including BladeLogic, Inc. (BMC) would like you to know how you may use BMC s trademarks. BMC Software, Inc. and its affiliates, including BladeLogic, Inc. (BMC) would like you to know how you may use BMC s trademarks. Below, we refer to both BMC s trademarks and product names as BMC s trademarks.

More information

1 Covene Cohesion Administrator Guide A Modular Platform for Video Conferencing Management October 9, 2017

1 Covene Cohesion Administrator Guide A Modular Platform for Video Conferencing Management October 9, 2017 1 Covene Cohesion Administrator Guide A Modular Platform for Video Conferencing Management October 9, 2017 Software Version 4.5 Document Revision 1.0 2017 Covene LLC, All Rights Reserved. Covene, the Covene

More information

Centrify for Dropbox Deployment Guide

Centrify for Dropbox Deployment Guide CENTRIFY DEPLOYMENT GUIDE Centrify for Dropbox Deployment Guide Abstract Centrify provides mobile device management and single sign-on services that you can trust and count on as a critical component of

More information

ODYSSEY. cryptic by intent. Odyssey Certrix FAQs. Odyssey Technologies Ltd

ODYSSEY. cryptic by intent. Odyssey Certrix FAQs. Odyssey Technologies Ltd Odyssey Certrix FAQs 1. What is Certrix? Odyssey Certrix suite of products provides a comprehensive solution that enables any organization or Trusted Third Party to run their own Certification Authority.

More information

thawte Certification Practice Statement Version 3.4

thawte Certification Practice Statement Version 3.4 thawte Certification Practice Statement Version 3.4 Effective Date: July, 2007 thawte Certification Practice Statement 2006 thawte, Inc. All rights reserved. Printed in the United States of America. Revision

More information

ETSY.COM - PRIVACY POLICY

ETSY.COM - PRIVACY POLICY At Etsy, we value our community. You trust us with your information, and we re serious about that responsibility. We believe in transparency, and we re committed to being upfront about our privacy practices,

More information

TREND MICRO PRIVACY POLICY (Updated May 2012)

TREND MICRO PRIVACY POLICY (Updated May 2012) TREND MICRO PRIVACY POLICY (Updated May 2012) Trend Micro Incorporated and its subsidiaries and affiliates (collectively, "Trend Micro") are committed to protecting your privacy and ensuring you have a

More information

Privacy and WHOIS Data Policy

Privacy and WHOIS Data Policy Privacy and WHOIS Data Policy Copyright 2010 Supreme Council of Information and Communication Technology (ictqatar) Table of Contents 1. Principles... 4 2. Collection and Use of Personal Information...

More information

Vendor: IBM. Exam Code: C Exam Name: IBM Security Identity Manager V6.0 Implementation. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: IBM Security Identity Manager V6.0 Implementation. Version: Demo Vendor: IBM Exam Code: C2150-197 Exam Name: IBM Security Identity Manager V6.0 Implementation Version: Demo Question No : 1 Which is true for the relationship between provisioning policies, services, and

More information

H O W T O I N S T A L L A N S S L C E R T I F I C A T E V I A C P A N E L

H O W T O I N S T A L L A N S S L C E R T I F I C A T E V I A C P A N E L H O W T O I N S T A L L A N S S L C E R T I F I C A T E V I A C P A N E L A R E S O U R C E F R O M M A K E M E B A I T. C O M B Y R A K T I M D U T T A How to Activate & Install an SSL Certificate in

More information

SSL. Ensure trust with our premium service

SSL. Ensure trust with our premium service SSL Ensure trust with our premium service SSL Our new automated SSL service will ensure that your lead times for the issuing of SSL Certificates will match the best standards on the market. Find out more

More information

Security Digital Certificate Manager

Security Digital Certificate Manager System i Security Digital Certificate Manager Version 6 Release 1 System i Security Digital Certificate Manager Version 6 Release 1 Note Before using this information and the product it supports, be sure

More information

Partner Information. Integration Overview Authentication Methods Supported

Partner Information. Integration Overview Authentication Methods Supported Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration F5 Networks FirePass VPN User Name - Security Code User Name - Password - Security

More information

Cisco Catalyst 9200 Series Switches

Cisco Catalyst 9200 Series Switches Cisco Catalyst Network Stack: NW Digital Network Architecture: DNA DNA Essentials: -E DNA Advantage: -A DNA Advantage: -P Smart Account: SA This document provides a detailed overview of the ordering process

More information

IBM. Security Digital Certificate Manager. IBM i 7.1

IBM. Security Digital Certificate Manager. IBM i 7.1 IBM IBM i Security Digital Certificate Manager 7.1 IBM IBM i Security Digital Certificate Manager 7.1 Note Before using this information and the product it supports, be sure to read the information in

More information

Allegany County, MD Request for website: Responsive website redesign and CMS rebuild. ADDENDUM ONE 10/27/2018

Allegany County, MD Request for website: Responsive website redesign and CMS rebuild. ADDENDUM ONE 10/27/2018 Allegany County, MD Request for website: Responsive website redesign and CMS rebuild. ADDENDUM ONE 10/27/2018 These questions and answers are hereby incorporated into and are considered to be an integral

More information

Template for defining an RDS Purpose: Domain Name Certification Mailing list address: Mailing list archive:

Template for defining an RDS Purpose: Domain Name Certification Mailing list address: Mailing list archive: Mailing list address: gnso-rds-pdp-3@icann.org Mailing list archive: http://mm.icann.org/pipermail/gnso-rds-pdp-3/ Coordinated by: David Cake Members: Kal Feher, Alex Deacon, Carlton Samuels, Jeremy Malcolm,

More information

Washington State Emergency Management Association (WSEMA) Olympia, WA

Washington State Emergency Management Association (WSEMA) Olympia, WA Washington State Emergency Management Association (WSEMA) Olympia, WA Request for Proposals Website Redesign and Content Management and Maintenance System Proposal Submittal Deadline: I. Introduction and

More information

Software Version 5.0. Administrator Guide Release Date: 7th April, InCommon c/o Internet Oakbrook Drive, Suite 300 Ann Arbor MI, 48104

Software Version 5.0. Administrator Guide Release Date: 7th April, InCommon c/o Internet Oakbrook Drive, Suite 300 Ann Arbor MI, 48104 Software Version 5.0 Administrator Guide Release Date: 7th April, 2015 InCommon c/o Internet2 1000 Oakbrook Drive, Suite 300 Ann Arbor MI, 48104 Table of Contents 1 Introduction to InCommon Certificate

More information

Oracle Financial Services Common Reporting Standard Canada User Guide. Release May 2018

Oracle Financial Services Common Reporting Standard Canada User Guide. Release May 2018 Oracle Financial Services Common Reporting Standard Canada User Guide Release 8.0.6 May 2018 Oracle Financial Services Common Reporting Standard Canada User Guide Release 8.0.6 May 2018 Part Number: E93132-01

More information

AGIIS Duplicate Prevention

AGIIS Duplicate Prevention Objective The purpose of this document is to provide an understanding and background of what is considered a duplicate entity within the Ag Industry Identification System (AGIIS) and what processes and

More information

DTCC SERVICES OVERVIEW OF ROLES: INSTITUTIONAL TRADE PROCESSING

DTCC SERVICES OVERVIEW OF ROLES: INSTITUTIONAL TRADE PROCESSING DTCC SERVICES OVERVIEW OF ROLES: INSTITUTIONAL TRADE PROCESSING JUNE 13, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation,

More information

Onboard with GoDaddy Questionnaire

Onboard with GoDaddy Questionnaire Onboard with GoDaddy Questionnaire Please answer the questions below for each of your TLDs, choosing from the response options noted to the right of the question and adding additional detail where reques

More information

CertDigital Certification Services Policy

CertDigital Certification Services Policy CertDigital Certification Services Policy Page: 2 ISSUED BY : DEPARTAMENT NAME DATE ELECTRONIC SERVICES COMPARTMENT COMPARTMENT CHIEF 19.03.2011 APPROVED BY : DEPARTMENT NAME DATE MANAGEMENT OF POLICIES

More information

Symantec Validation and ID Protection Service (VIP) Member Site Guide

Symantec Validation and ID Protection Service (VIP) Member Site Guide Symantec Validation and ID Protection Service (VIP) Member Site Guide ii Symantec VIP Member Site Guide The software described in this book is furnished under a license agreement and may be used only in

More information

IBM i Version 7.2. Security Digital Certificate Manager IBM

IBM i Version 7.2. Security Digital Certificate Manager IBM IBM i Version 7.2 Security Digital Certificate Manager IBM IBM i Version 7.2 Security Digital Certificate Manager IBM Note Before using this information and the product it supports, read the information

More information

Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at

Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at Document Date: May 16, 2017 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL

More information

MICROSOFT DIGITAL OPERATIONS SERVICES USER MANUAL 8.0

MICROSOFT DIGITAL OPERATIONS SERVICES USER MANUAL 8.0 MICROSOFT DIGITAL OPERATIONS SERVICES USER MANUAL 8.0 TABLE OF CONTENTS STEPS FOR ONBOARDING - Migrating OEM Centralized --------------------------------------------------------- 3 1. Request access to

More information

Dell One Identity Quick Connect for Cloud Services 3.6. Administrator Guide

Dell One Identity Quick Connect for Cloud Services 3.6. Administrator Guide Dell One Identity Quick Connect for Cloud Services 3.6 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

SolarWinds Trademark and Copyright Guidelines

SolarWinds Trademark and Copyright Guidelines SolarWinds Trademark and Copyright Guidelines The SolarWinds trademark guidelines are to assist SolarWinds Worldwide, LLC, its affiliates, subsidiaries, employees, agents (collectively, SolarWinds ), its

More information

1. Federation Participant Information DRAFT

1. Federation Participant Information DRAFT INCOMMON FEDERATION: PARTICIPANT OPERATIONAL PRACTICES [NOTE: This document should be considered a as MIT is still in the process of spinning up its participation in InCommon.] Participation in InCommon

More information

Mobile Security Overview Rob Greer, VP Endpoint Management and Mobility Product Management Dave Cole, Sr. Director Consumer Mobile Product Management

Mobile Security Overview Rob Greer, VP Endpoint Management and Mobility Product Management Dave Cole, Sr. Director Consumer Mobile Product Management Mobile Security Overview Rob Greer, VP Endpoint Management and Mobility Product Management Dave Cole, Sr. Director Consumer Mobile Product Management June 29, 2011 1 Forward-Looking Statements This presentation

More information

Chapter 8: IT Service Management. Topics covered: 1.1 Roles of helpdesk support staff. 1.2 Different types of helpdesk support level

Chapter 8: IT Service Management. Topics covered: 1.1 Roles of helpdesk support staff. 1.2 Different types of helpdesk support level 1 Chapter 8: IT Service Management Topics covered: 1.1 Roles of helpdesk support staff 1.2 Different types of helpdesk support level 1.3 Role of Internet Service Provider (ISP) 1.4 Change request process

More information

Domain Control Validation in Comodo Certificate Manager

Domain Control Validation in Comodo Certificate Manager Domain Control Validation in Comodo Certificate Manager The purpose of this document is to explain the new domain control validation (DCV) processes for the Comodo Certificate Manager. DCV is an industry

More information

Managed SSL Quick Start Guide

Managed SSL Quick Start Guide GlobalSign Enterprise Solutions Managed SSL Quick Start Guide Version 4.9 Managing EV, OV and IntranetSSL Certificates Across our Organization Effectively TABLE OF CONTENTS TABLE OF CONTENTS... 2 1 INTRODUCTION...

More information

PROCESS FOR INITIAL CERTIFICATION OF CERTIFIED SCRUM TRAINER PROFESSIONALS WITH CERTIFICATION STANDARDS

PROCESS FOR INITIAL CERTIFICATION OF CERTIFIED SCRUM TRAINER PROFESSIONALS WITH CERTIFICATION STANDARDS PROCESS FOR INITIAL CERTIFICATION OF CERTIFIED SCRUM TRAINER PROFESSIONALS WITH CERTIFICATION STANDARDS Introduction Certified Scrum Trainer professionals ( CSTs ) play a vital role within Scrum Alliance.

More information