Comodo Certificate Manager

Size: px
Start display at page:

Download "Comodo Certificate Manager"

Transcription

1 ff Comodo Certificate Manager Domain Control Validation API Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom

2 1 Introduction Any domain added to CCM must pass Domain Control Validation (DCV) before Comodo can issue certificates to it. In addition to completing DCV via the CCM interface, CCM also allows customers to complete DCV using our RESTful Application API. Resource root: <CCM_root>/api/dcv/v1/validation. Generally this is a similar to operations accessible via GUI. 2 Start DCV There are four possible methods of starting Domain Control Validation: HTTP HTTPS CNAME Each method is described with JSON and XML format examples. 2.1 HTTP Method HTTP POST /api/dcv/v1/validation/start/domain/http "url":" "content":"be52a4441d1ea357e591beb6d49291ccda3de387c5fa24d66be74a146f0d7e6f\ncomodoca.com" HTTP POST /api/dcv/v1/validation/start/domain/http Comodo Certificate Manager Domain Control Validation API 2017 Comodo CA Limited All rights reserved. 2

3 <domainhttpresponse> <url> </url> <content> be52a4441d1ea357e591beb6d49291ccda3de387c5fa24d66be74a146f0d7e6fcomodoca.com </content> </domainhttpresponse> 2.2 HTTPS Method HTTP POST /api/dcv/v1/validation/start/domain/https "url":" ", "content":"be52a4441d1ea357e591beb6d49291ccda3de387c5fa24d66be74a146f0d7e6f\ncomodoca.com" HTTP POST /api/dcv/v1/validation/start/domain/https Comodo Certificate Manager Domain Control Validation API 2017 Comodo CA Limited All rights reserved. 3

4 <domainhttpsresponse> <url> </url> <content> be52a4441d1ea357e591beb6d49291ccda3de387c5fa24d66be74a146f0d7e6fcomodoca.com </content> </domainhttpsresponse> 2.3 CNAME Method HTTP POST /api/dcv/v1/validation/start/domain/cname "host":" _5f3ab9e ec8e3964a59a2eb0b8.yourdomainname.com. ", "point":" 0e709ea2d503f546be25fabb46b19d33.b8623e4f94edf161911e2a829e17e214.comodoca.com. " HTTP POST /api/dcv/v1/validation/start/domain/cname Comodo Certificate Manager Domain Control Validation API 2017 Comodo CA Limited All rights reserved. 4

5 <domaincnameresponse> <host> _5f3ab9e ec8e3964a59a2eb0b8.yourdomainname.com. </host> <point> 0e709ea2d503f546be25fabb46b19d33.b8623e4f94edf161911e2a829e17e214.comodoca.com. </point> </domaincnameresponse> 2.4 Method HTTP POST /api/dcv/v1/validation/start/domain/ " s":[ ] HTTP POST /api/dcv/v1/validation/start/domain/ Comodo Certificate Manager Domain Control Validation API 2017 Comodo CA Limited All rights reserved. 5

6 <domain response> < s> </ s> < s> </ s> < s> </ s> < s> </ s> < s> </ s> </domain response> 3 Submit DCV The following sections describe DCV submission using the RESTful API: HTTP HTTPS CNAME Each of the method is described with JSON and XML format examples. 3.1 HTTP Method HTTP POST /api/dcv/v1/validation/submit/domain/http *Fields description / possible values: "status" - NOT_VALIDATED, VALIDATED and EXPIRED. "orderstatus" - NOT_INITIATED, AWAITING_SUBMISSION and SUBMITTED. "status":"validated", "orderstatus":"submitted", "message":"dcv status: Validated DCV order status: Submitted" Comodo Certificate Manager Domain Control Validation API 2017 Comodo CA Limited All rights reserved. 6

7 HTTP POST /api/dcv/v1/validation/submit/domain/http <submitdomainresponse> <status> VALIDATED </status> <orderstatus> SUBMITTED </orderstatus> <message> DCV status: Validated DCV order status: Submitted </message> </submitdomainresponse> 3.2 HTTPS Method HTTP POST /api/dcv/v1/validation/submit/domain/https *Fields description / possible values: "status" - NOT_VALIDATED, VALIDATED and EXPIRED. "orderstatus" - NOT_INITIATED, AWAITING_SUBMISSION and SUBMITTED. "status":"validated", "orderstatus":"submitted", "message":"dcv status: Validated DCV order status: Submitted" Comodo Certificate Manager Domain Control Validation API 2017 Comodo CA Limited All rights reserved. 7

8 HTTP POST /api/dcv/v1/validation/submit/domain/https <submitdomainresponse> <status> VALIDATED </status> <orderstatus> SUBMITTED </orderstatus> <message> DCV status: Validated DCV order status: Submitted </message> </submitdomainresponse> 3.3 CNAME Method HTTP POST /api/dcv/v1/validation/submit/domain/cname *Fields description / possible values: "status" - NOT_VALIDATED, VALIDATED and EXPIRED. "orderstatus" - NOT_INITIATED, AWAITING_SUBMISSION and SUBMITTED. "status":"validated", "orderstatus":"submitted", "message":"dcv status: Validated DCV order status: Submitted" Comodo Certificate Manager Domain Control Validation API 2017 Comodo CA Limited All rights reserved. 8

9 HTTP POST /api/dcv/v1/validation/submit/domain/cname <submitdomainresponse> <status> VALIDATED </status> <orderstatus> SUBMITTED </orderstatus> <message> DCV status: Validated DCV order status: Submitted </message> </submitdomainresponse> 3.4 Method HTTP POST /api/dcv/v1/validation/submit/domain/ , *Fields description / possible values: "status" - NOT_VALIDATED, VALIDATED and EXPIRED. "orderstatus" - NOT_INITIATED, AWAITING_SUBMISSION and SUBMITTED. "status":"validated", "orderstatus":"submitted", "message":"dcv status: Validated DCV order status: Submitted" Comodo Certificate Manager Domain Control Validation API 2017 Comodo CA Limited All rights reserved. 9

10 HTTP POST /api/dcv/v1/validation/submit/domain/ <domain request> < > </ > </domain request> <submitdomainresponse> <status> VALIDATED </status> <orderstatus> SUBMITTED </orderstatus> <message> DCV status: Validated DCV order status: Submitted </message> </submitdomainresponse> 4 DCV Status HTTP POST /api/dcv/v1/validation/status *Fields description / possible values: "status" - NOT_VALIDATED, VALIDATED and EXPIRED. "status":"validated" HTTP POST /api/dcv/v1/validation/status Comodo Certificate Manager Domain Control Validation API 2017 Comodo CA Limited All rights reserved. 10

11 <dcvstatusresponse> <status> VALIDATED </status> </dcvstatusresponse> 5 Reset DCV HTTP POST /api/dcv/v1/validation/clear *Fields description / possible values: "status" - NOT_VALIDATED, VALIDATED and EXPIRED. "orderstatus" - NOT_INITIATED, AWAITING_SUBMISSION and SUBMITTED. "status":"not_validated", "orderstatus":"not_initiated", "message":"dcv status: Not Validated DCV order status: Not Initiated" HTTP POST /api/dcv/v1/validation/clear Comodo Certificate Manager Domain Control Validation API 2017 Comodo CA Limited All rights reserved. 11

12 <dcvcleanresponse> <status> NOT_VALIDATED </status> <orderstatus> NOT_INITIATED </orderstatus> <message> DCV status: Not Validated DCV order status: Not Initiated </message> </dcvcleanresponse> Comodo Certificate Manager Domain Control Validation API 2017 Comodo CA Limited All rights reserved. 12

13 About Comodo The Comodo organization is a global innovator of cybersecurity solutions, protecting critical information across the digital landscape. Building on its unique position as the world's largest certificate authority, Comodo authenticates, validates and secures networks and infrastructures from individuals to mid-sized companies to the world's largest enterprises. Comodo provides complete end-to-end security solutions across the boundary, internal network and endpoint with innovative technologies solving the most advanced malware threats, both known and unknown. With global headquarters in Clifton, New Jersey, and branch offices in Silicon Valley, Comodo has international offices in China, India, the Philippines, Romania, Turkey, Ukraine and the United Kingdom. For more information, visit comodo.com. Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom. Tel : +44 (0) Fax : +44 (0) EnterpriseSolutions@Comodo.com For additional information on Comodo - visit Comodo Certificate Manager Domain Control Validation API 2017 Comodo CA Limited All rights reserved. 13

Comodo Certificate Manager Version 5.7

Comodo Certificate Manager Version 5.7 Comodo Certificate Manager Version 5.7 Device Certificate End User Guide Guide Version 5.7.032817 Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester

More information

Comodo Certificate Manager

Comodo Certificate Manager Cert dialog Comodo Certificate Manager Overview of Custom Fields Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom. 1 Introduction

More information

Comodo Certificate Manager Software Version 5.7

Comodo Certificate Manager Software Version 5.7 Comodo Certificate Manager Software Version 5.7 Device Certificates Enrollment Simple Certificate Enrollment Protocol Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford,

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Device Certificates Enrollment Simple Certificate Enrollment Protocol Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester

More information

Domain Control Validation API

Domain Control Validation API Domain Control Validation API InCommon c/o Internet2 1000 Oakbrook Drive, Suite 300 Ann Arbor MI, 48104 1 Introduction Any domain added to Incommon CM must pass Domain Control Validation (DCV) before Incommon

More information

Comodo ONE Software Version 1.8

Comodo ONE Software Version 1.8 rat Comodo ONE Software Version 1.8 RMM - Bulk Enrollment via Active Directory Guide Version 1.8.032817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 RMM Bulk Enrollment via Active Directory

More information

Comodo One Software Version 3.16

Comodo One Software Version 3.16 rat Comodo One Software Version 3.16 Service Desk End-User Guide Guide Version 4.6.110317 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Introduction to Service Desk Module Comodo Service

More information

Comodo One Software Version 3.3

Comodo One Software Version 3.3 rat Comodo One Software Version 3.3 Comodo Cleaning Essentials Guide Version 2.5.032817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Introduction to Comodo Cleaning Essentials Comodo Cleaning

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

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

Comodo One Software Version 3.3

Comodo One Software Version 3.3 rat Comodo One Software Version 3.3 Network Assessment Tool Quick Start Guide Guide Version 1.3.032817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo One - Network Assessment Tool

More information

Comodo Certificate Manager

Comodo Certificate Manager ff Comodo Certificate Manager Code Signing on Demand Cloud Version Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom 1 Introduction

More information

Comodo Certificate Manager Version 5.7

Comodo Certificate Manager Version 5.7 Comodo Certificate Manager Version 5.7 Introduction to Auto-Installer Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom.

More information

Comodo Certificate Manager Version 5.7

Comodo Certificate Manager Version 5.7 Comodo Certificate Manager Version 5.7 Device Certificate Enroll API Guide Version 5.7.032817 Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5

More information

Comodo IT and Security Manager Software Version 6.9

Comodo IT and Security Manager Software Version 6.9 rat Comodo IT and Security Manager Software Version 6.9 Bulk Enrollment via Active Directory Guide Version 6.9.072717 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 ITSM Bulk Enrollment

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Device Certificate Enroll API Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom Table of Contents

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Introduction to Auto-Installer Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom. Certificate

More information

Importing and exporting your or Personal Authentication certificate using Mozilla Firefox

Importing and exporting your  or Personal Authentication certificate using Mozilla Firefox Personal Authentication Certificates Importing and exporting your Email or Personal Authentication certificate using Mozilla Firefox This document explains how you can use Mozilla Firefox to import or

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager SMIME Enroll API Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom Table of Contents Version History...

More information

Comodo cwatch Web Security Software Version 1.1

Comodo cwatch Web Security Software Version 1.1 rat Comodo cwatch Web Security Software Version 1.1 Quick Start Guide Guide Version 1.1.092117 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo cwatch Web Security Quick Start Guide

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Version 5.7 SSL Certificates Enrollment, Collection, Installation and Renewal Guide Version 5.7.032817 Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford

More information

Importing and exporting your or Personal Authentication certificate using Internet Explorer

Importing and exporting your  or Personal Authentication certificate using Internet Explorer Personal Authentication Certificates Importing and exporting your Email or Personal Authentication certificate using Internet Explorer This document explains how you can use Internet Explorer to import

More information

Importing and Using your or Personal Authentication certificate with Mac OS X Mail / Apple Mail

Importing and Using your  or Personal Authentication certificate with Mac OS X Mail / Apple Mail Personal Authentication Certificates Importing and Using your Email or Personal Authentication certificate with Mac OS X Mail / Apple Mail If you originally applied for the certificate on the same computer

More information

Importing and Using your or Personal Authentication certificate with The Bat!

Importing and Using your  or Personal Authentication certificate with The Bat! Personal Authentication Certificates Importing and Using your Email or Personal Authentication certificate with The Bat! If you originally applied for the certificate on the same computer as your Bat!

More information

Importing and exporting your or Personal Authentication certificate with Opera

Importing and exporting your  or Personal Authentication certificate with Opera Personal Authentication Certificates Importing and exporting your Email or Personal Authentication certificate with Opera This document explains how you can use Opera to import or export an existing CPAC/Email

More information

Importing and Using your or Personal Authentication certificate with Windows Live Mail

Importing and Using your  or Personal Authentication certificate with Windows Live Mail Personal Authentication Certificates Importing and Using your Email or Personal Authentication certificate with Windows Live Mail If you originally applied for the certificate on the same computer as your

More information

Importing and exporting your or Personal Authentication certificate using Google Chrome

Importing and exporting your  or Personal Authentication certificate using Google Chrome Personal Authentication Certificates Importing and exporting your Email or Personal Authentication certificate using Google Chrome This document explains how you can use Google Chrome to import or export

More information

Comodo Accounts Management Software Version 15.0

Comodo Accounts Management Software Version 15.0 2 Comodo Accounts Management Software Version 15.0 Reseller Portal Guide Guide Version 15.0.072117 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1.The Reseller Portal...

More information

Comodo Certificate Manager Version 5.7

Comodo Certificate Manager Version 5.7 Comodo Certificate Manager Version 5.7 Reports Web Services API Guide Version 5.7.032817 Comodo CA Limited 3 rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ,

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Code Signing End User Guide Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom. Step 1: Validate

More information

Comodo ONE Software Version 3.3

Comodo ONE Software Version 3.3 rat Comodo ONE Software Version 3.3 Remote Monitoring and Management Quick Start Guide Guide Version 6.1.032817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo ONE - Remote Monitoring

More information

Importing and Using your or Personal Authentication certificate with Mozilla SeaMonkey Client (PC)

Importing and Using your  or Personal Authentication certificate with Mozilla SeaMonkey  Client (PC) Personal Authentication Certificates Importing and Using your Email or Personal Authentication certificate with Mozilla SeaMonkey Email Client (PC) If you originally applied for the certificate on the

More information

Comodo Certificate Manager Version 5.5

Comodo Certificate Manager Version 5.5 Comodo Certificate Manager Version 5.5 Device Certificate Enroll API Guide Version 5.5.082616 Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5

More information

Importing your or Personal Authentication certificate to Android Devices

Importing your  or Personal Authentication certificate to Android Devices Personal Authentication Certificates Importing your Email or Personal Authentication certificate to Android Devices This document explains how you can import your CPAC/Email onto Android devices. Background

More information

Comodo Certificate Manager

Comodo Certificate Manager ff Comodo Certificate Manager Code Signing on Demand Hosted Version Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom 1 Introduction

More information

Importing and Using your or Personal Authentication Certificate with Outlook 2010 / 2013

Importing and Using your  or Personal Authentication Certificate with Outlook 2010 / 2013 Personal Authentication Certificates Importing and Using your Email or Personal Authentication Certificate with Outlook 2010 / 2013 If you originally applied for the certificate on the same computer as

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Reports Web Services API Comodo CA Limited 3 rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom. Table of Contents

More information

Comodo Certificate Manager Version 5.4

Comodo Certificate Manager Version 5.4 Comodo Certificate Manager Version 5.4 Introduction to Auto-Installer Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom.

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

Comodo SecureBox Management Console Software Version 1.9

Comodo SecureBox Management Console Software Version 1.9 np2 Comodo SecureBox Management Console Software Version 1.9 End User Guide Guide Version 1.9.032817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1.Comodo Secure Box

More information

Comodo One Home Edition - FAQ

Comodo One Home Edition - FAQ Comodo One One Home Home Edition Edition -- FAQ FAQ Comodo What is Comodo One Home Edition? Comodo One Home Edition allows you to keep track of your family's mobile devices, laptops and desktop computers

More information

Comodo Certificate Manager Version 5.7

Comodo Certificate Manager Version 5.7 Comodo Certificate Manager Version 5.7 SSL Web Service API Guide Version 5.7.032817 Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Simple Certificate Enrollment Protocol Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom. Simple

More information

Comodo Certificate Manager

Comodo Certificate Manager ff Comodo Certificate Manager Code Signing on Demand Hosted Version Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom 1 Introduction

More information

Comodo cwatch Web Security Software Version 1.0

Comodo cwatch Web Security Software Version 1.0 rat Comodo cwatch Web Security Software Version 1.0 Webhost Reseller Guide Guide Version 1.0.121916 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1 Introduction to Comodo

More information

Comodo IT and Security Manager Software Version 6.4

Comodo IT and Security Manager Software Version 6.4 Comodo IT and Security Manager Software Version 6.4 End User Guide Guide Version 6.4.040417 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Comodo IT

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager SSL Web Service API Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom Table of Contents Version

More information

Comodo IT and Security Manager Software Version 6.6

Comodo IT and Security Manager Software Version 6.6 Comodo IT and Security Manager Software Version 6.6 End User Guide Guide Version 6.6.053117 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Comodo IT

More information

Comodo Certificate Manager Software Version 5.0

Comodo Certificate Manager Software Version 5.0 Comodo Certificate Manager Software Version 5.0 Introduction to Auto-Installer Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United

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

Comodo Certificate Manager Software Version 5.6

Comodo Certificate Manager Software Version 5.6 Comodo Certificate Manager Software Version 5.6 Introducing The Certificate Dashboard Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ,

More information

Comodo IT and Security Manager Software Version 6.9

Comodo IT and Security Manager Software Version 6.9 Comodo IT and Security Manager Software Version 6.9 End User Guide Guide Version 6.9.072817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Comodo IT

More information

Comodo Certificate Manager Version 5.5

Comodo Certificate Manager Version 5.5 Comodo Certificate Manager Version 5.5 Reports Web Services API Guide Version 5.5.010617 Comodo CA Limited 3 rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ,

More information

Comodo Dome Data Protection Software Version 3.8

Comodo Dome Data Protection Software Version 3.8 Comodo Dome Data Protection Software Version 3.8 Installation Guide Guide Version 3.8.102417 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1.About Dome Data Protection...

More information

Comodo One Mobile Software Version 1.16

Comodo One Mobile Software Version 1.16 Yesrat Comodo One Mobile Software Version 1.16 User Guide Guide Version 1.16.032817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1 Introduction to C1 Mobile...3 1.1 Signing

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Introduction to Auto-Installer Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom. Certificate

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Integration of Identity Provider for Single Sign-On Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom.

More information

rat Comodo Valkyrie Software Version 1.1 Administrator Guide Guide Version Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013

rat Comodo Valkyrie Software Version 1.1 Administrator Guide Guide Version Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 rat Comodo Valkyrie Software Version 1.1 Administrator Guide Guide Version 1.1.122415 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1 Introduction to Comodo Valkyrie...

More information

Comodo Certificate Manager Version 5.6

Comodo Certificate Manager Version 5.6 Comodo Certificate Manager Version 5.6 Reports Web Services API Guide Version 5.6.011317 Comodo CA Limited 3 rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ,

More information

Comodo APT Assessment Tool

Comodo APT Assessment Tool rat Comodo APT Assessment Tool Software Version 1.1 Administrator Guide Guide Version 1.1.102815 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1 Introduction to Comodo

More information

Comodo One Software Version 3.5

Comodo One Software Version 3.5 rat Comodo One Software Version 3.5 Service Desk Quick Start Guide Guide Version 3.14.011117 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo Service Desk - Quick Start Guide This tutorial

More information

Comodo ONE Software Version 3.2

Comodo ONE Software Version 3.2 rat Comodo ONE Software Version 3.2 Remote Monitoring and Management Quick Start Guide Guide Version 6.1.082316 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo ONE - Remote Monitoring

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Device Certificate Enroll API Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom Table of Contents

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager SSL Web Service API Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom Table of Contents Version

More information

Comodo One Software Version 3.16

Comodo One Software Version 3.16 rat Comodo One Software Version 3.16 Service Desk Quick Start Guide Guide Version 4.6.110317 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo Service Desk - Quick Start Guide This tutorial

More information

Comodo IT and Security Manager Software Version 6.4

Comodo IT and Security Manager Software Version 6.4 Comodo IT and Security Manager Software Version 6.4 On-Premise Installation Guide Guide Version 6.4.040417 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Comodo IT and

More information

Comodo Certificate Manager Software Version 5.0

Comodo Certificate Manager Software Version 5.0 Comodo Certificate Manager Software Version 5.0 Introducing The Certificate Dashboard Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ,

More information

Comodo Certificate Manager

Comodo Certificate Manager ff Comodo Certificate Manager Code Signing on Demand Cloud Version Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom 1 Introduction

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Simple, Automated & Robust SSL Management from the #1 Provider of Digital Certificates 1 Datasheet Table of Contents Introduction 3 CCM Overview 4 Certificate Discovery Certificate

More information

Comodo Offline Updater Utility Software Version

Comodo Offline Updater Utility Software Version Comodo Offline Updater Utility Software Version 1.2.30701.2 i User Guide Guide Version 1.2.011811 Comodo Security Solutions 525 Washington Blvd. Jersey City, NJ 07310 Table of Contents 1.Introduction to

More information

Comodo Server Security Server

Comodo Server Security Server Comodo Server Security Server Software Version 2.4 Quick Start Guide Guide Version 2.4.041718 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 1. Comodo Server Security Server Quick Start

More information

1 Comodo One Home Edition - FAQ

1 Comodo One Home Edition - FAQ Comodo One One Home Home Edition Edition -- FAQ FAQ Comodo 1 What is Comodo One Home Edition? Comodo One Home Edition allows you to keep track of your family's mobile devices, laptops and desktop computers

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

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Reports Web Services API Comodo CA Limited 3 rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom. Table of Contents

More information

Comodo Web Application Firewall for Plesk Software Version 2.11

Comodo Web Application Firewall for Plesk Software Version 2.11 2 Comodo Web Application Firewall for Plesk Software Version 2.11 Administrator Guide Guide Version 2.11.011317 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Comodo

More information

Comodo One Software Version 3.26

Comodo One Software Version 3.26 rat Comodo One Software Version 3.26 Service Desk End-User Guide Guide Version 4.16.1130118 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Introduction to Service Desk Module Comodo Service

More information

Comodo Endpoint Manager Software Version 6.25

Comodo Endpoint Manager Software Version 6.25 Comodo Endpoint Manager Software Version 6.25 End User Guide Guide Version 6.25.121918 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Endpoint Manager...3

More information

Comodo IT and Security Manager Software Version 5.4

Comodo IT and Security Manager Software Version 5.4 Comodo IT and Security Manager Software Version 5.4 End User Guide Guide Version 5.4.090716 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Comodo IT

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Windows Auto Enrollment Setup Guide Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom. Table of

More information

Comodo HackerGuardian. PCI Security Compliance The Facts. What PCI security means for your business

Comodo HackerGuardian. PCI Security Compliance The Facts. What PCI security means for your business Comodo HackerGuardian PCI Security Compliance The Facts What PCI security means for your business Overview The Payment Card Industry Data Security Standard (PCI DSS) is a set of 12 requirements intended

More information

Comodo Endpoint Manager Software Version 6.25

Comodo Endpoint Manager Software Version 6.25 Comodo Endpoint Manager Software Version 6.25 End User Guide Guide Version 6.25.012219 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Endpoint Manager...3

More information

Comodo Endpoint Manager Software Version 6.26

Comodo Endpoint Manager Software Version 6.26 Comodo Endpoint Manager Software Version 6.26 End User Guide Guide Version 6.26.021819 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Endpoint Manager...3

More information

Comodo Device Manager Software Version 4.0

Comodo Device Manager Software Version 4.0 Comodo Device Manager Software Version 4.0 CDM Cloud Portal Setup Guide Guide Version 4.0.061815 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo Device Manager - Cloud Portal Setup

More information

Comodo Endpoint Security Manager Software Version 3.4

Comodo Endpoint Security Manager Software Version 3.4 Cert dialog Comodo Endpoint Security Manager Software Version 3.4 How to Upgrade CESM from Version 3.3 to 3.4 Guide Version 3.4.072415 Comodo Security Solutions, Inc. 1255 Broad Street Clifton, NJ 07013

More information

Comodo Internet Security Essentials Software Version 1.3

Comodo Internet Security Essentials Software Version 1.3 Comodo Internet Security Essentials Software Version 1.3 User Guide Guide Version 1.3.010518 Comodo Security Solutions 1255 Broad Street Clifton, NJ, 07013 United States Table of Contents Comodo Internet

More information

COMODO CA SSL CERTIFICATES

COMODO CA SSL CERTIFICATES COMODO CA SSL CERTIFICATES Key Features and Comparisons Thank you for considering Comodo CA as your SSL security provider. This document contains a feature and price comparison of the Comodo range of certificates.

More information

Overview and Tutorial

Overview and Tutorial Overview and Tutorial Comodo Certificate Auto-installer is an easy-to-use utility which simplifies the often complex process of obtaining and installing an SSL certificate on IIS/Apache web-servers. The

More information

COMODO CA SSL CERTIFICATES

COMODO CA SSL CERTIFICATES COMODO CA SSL CERTIFICATES Key Features and Comparisons Thank you for considering Comodo CA as your SSL security provider. This document contains a feature and price comparison of Comodo s range of certificates.

More information

Comodo SecureBox Management Console Software Version 1.8

Comodo SecureBox Management Console Software Version 1.8 2 Comodo SecureBox Management Console Software Version 1.8 End User Guide Guide Version 1.8.092716 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1.Comodo Secure Box Introduction...

More information

Remote Access Software Version 1.0

Remote Access Software Version 1.0 rat Remote Access Software Version 1.0 User Guide Guide Version 1.0.100118 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 ITarian Remote Access User Guide ITarian Remote Access is a peer-to-peer

More information

Comodo cwatch Web Security Software Version 1.6

Comodo cwatch Web Security Software Version 1.6 rat Comodo cwatch Web Security Software Version 1.6 Quick Start Guide Guide Version 1.6.010918 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo cwatch Web Security - Quick Start Guide

More information

Online Security Software Version 1.2

Online Security Software Version 1.2 Comodo Online Security Software Version 1.2 User Guide Guide Version 1.2 061118 Comodo Security Solutions 255 Broad Street Clifton, NJ 07013 1 Introduction to Comodo Online Security Comodo Online Security

More information

BOA GmbH Doesn't Fight Cyber Criminals- It Isolates Them!

BOA GmbH Doesn't Fight Cyber Criminals- It Isolates Them! BOA GmbH Upper Swabia, Germany BOA GmbH was in search of a new virus protection solution for it s own infrastructure. The previous solution from TrendMicro was deemed unsatisfactory because time and again

More information

Comodo TrustConnect Software Version 1.72

Comodo TrustConnect Software Version 1.72 Comodo TrustConnect Software Version 1.72 User Guide Guide Version 1.72.082317 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents Comodo TrustConnect - Overview... 3 1. How

More information

Comodo Device Manager Software Version 4.0

Comodo Device Manager Software Version 4.0 Comodo Device Manager Software Version 4.0 End User Guide Guide Version 4.0.112316 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1.Introduction to Comodo Device Manager...

More information

Comodo Certificate Manager. Centrally Managing Enterprise Security, Trust & Compliance

Comodo Certificate Manager. Centrally Managing Enterprise Security, Trust & Compliance Centrally Managing Enterprise Security, Trust & Compliance SSL Certificate Management - PKI With an ever-increasing abundance of web-enabled, collaborative and mobile applications, as well as netaccessible

More information

nuwire Quick Start Guide

nuwire Quick Start Guide nuwire is a screen sharing application that lets you easily push whatever is on your screen onto other devices. You can share your screen with any Windows, Mac, Android or ios device. You can share with

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

Why strong Validation processes for SSL are essential for the preservation of trust in the Internet economy

Why strong Validation processes for SSL are essential for the preservation of trust in the Internet economy Whitepaper Why strong Validation processes for SSL are essential for the preservation of trust in the Internet economy Weak validation processes undermine the value of SSL as a trust enabling technology

More information

Comodo TrustConnect Software Version 1.72

Comodo TrustConnect Software Version 1.72 Comodo TrustConnect Software Version 1.72 Setting up TrustConnect on Andriod Devices Guide Version 1.72.111114 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 How To Set Up TrustConnect On

More information