Software Version 4.5. SSL Web Service API Release Date: 12 th May, InCommon c/o Internet Oakbrook Drive, Suite 300 Ann Arbor MI, 48104
|
|
|
- Hilary Gallagher
- 10 years ago
- Views:
Transcription
1 Software Version 4.5 SSL Web Service API Release Date: 12 th May, 2014 InCommon c/o Internet Oakbrook Drive, Suite 300 Ann Arbor MI, 48104
2 Table of Contents Version History Introduction Remote Functions Function for SSL Certificate Renewal Arguments Return value 'status code' of operation Function for Collecting Renewed SSL Certificate Arguments Return value SSLRenewResponse Function for SSL Certificate Enrollment Arguments AuthData type Server Type Return value 'status code' of operation Function for Checking if Certificate is Available Arguments Return value status of certificate availability Function for Collecting Enrolled SSL Certificate Arguments Return value SSLCollectResponse SSL type Function for SSL Certificate Revocation Arguments Return value 'status code' of operation Function for loading list of available certificate types for customer Arguments Return value CustomerCertType type for saving information about available customer certificate type Utility Function for Getting Short Information about Web Service (name, version, etc.)...13 InCommon Certificate Manager SSL Web Service API 18-July
3 Version History 1.1. Removed extra error codes. 1. Initial Version 1.2. Added 'SSL' type with 'renewid' field. The 'SSLCollectReponse' type contains 'SSL' field now Fixed variable's name Added 'Invalid ID' return code with 'getcollectstatus' method. 1 Introduction Name : EPKIManagerSSLService Service EPR : View WSDL : Service : The Service allows the Administrator to renew and collect renewed SSL certificates, request, collect, and revoke SSL certificates. 2 Remote Functions 2.1 Function for SSL Certificate Renewal int renew(string renewid) Arguments Variable Name Type Max. Length renewid String 20 Given by cm in notification letter when SSL certificate was issued Return value 'status code' of operation Status code If 'status code' < 0-3 = internal error; -4 = invalid renewid. If 'status code' = 0 0 = success. InCommon Certificate Manager SSL Web Service API 18-July
4 2.2 Function for Collecting Renewed SSL Certificate SSLRenewResponse collectrenewed(string renewid, int formattype) Arguments Variable Name Type Max. Length renewid String 20 Given by cm in notification letter when SSL certificate was issued. formattype int 1 0 = X509 PEM Bundle; 1 = X509 PEM Certificate only; Format of SSL to be returned. 2 = X509 PEM Intermidiate certificate only; 3 = PKCS#7 PEM Bundle; 4 = PKCS#7 DER Bundle Return value SSLRenewResponse SSLRenewResponse - Object that contains collect operation status and SSL Certificate in Byte array if succeed. Method Name Possible value(s) int geterrorcode() 0 = issued; -1 = applied; -2 = certificate error, invalid state; -3 = internal error; -4 = SSL Certificate not exists; -5 = waiting for approval by admin; -6 = admin has declined request. byte[] getdata() If status code = 0, then certificate in the form of byte array if succeed, null otherwise. InCommon Certificate Manager SSL Web Service API 18-July
5 2.3 Function for SSL Certificate Enrollment Integer enroll(authdata data, Integer orgid, String secretkey, String csr, String phrase,string subjaltnames, CustomerCertType certtype, Integer numberservers, Integer servertype, Integer term, String comments) Arguments Variable Name Type Max. Length authdata AuthData Authentication data for access. See section AuthData Type. orgid Integer Organization identifier. Can be obtained from Admin UI 'Settings' - 'Organization' tab. secretkey String 20 Secret Key for SSL is setting in Client Admin UI. 'Settings' 'Organization' 'Add/Edit Organization' dialog, 'SSL' tab. csr String Subject: The fields may be in any order (although multiple street addresses, if present, should be in the correct order). Algorithm OID = rsaencryption (PKCS#1). Size = 512 to 8192 bits. Certificate Signing Request (Base-64 encoded with or without the -----BEGIN xxxxx----- and -----END xxxxx----- header and footer) Attributes: Any attributes MAY be present, but will be ignored if the subject_ fields are used. Signature Algorithm: md5withrsaencryption (PKCS#1) InCommon Certificate Manager SSL Web Service API 18-July
6 Variable Name Type Max. Length phrase String 64 Pass phrase for revocation. subjaltnames String Subject Alternative Names splitted with ",". List of Subject Alternative Names. certtype CustomerC erttype Certificate types available for the ordering customer. See description in section for more details. numberservers Integer Number of servers. servertype Integer Server type of the SSL certificate. See description below in section Server Type. term Integer Term in years. Term of the SSL certificate. comments String 256 The message that will be attached to the certificate AuthData type Method Name setlogin(string value) Set login name for account within cm. This is the login of the Admin with role 'MRAO Admin, RAO SSL Admin' or 'DRAO SSL Admin' within cm account. setpassword(string value) Set password for account within cm. This is the login of the Admin with role 'MRAO Admin, RAO SSL Admin' or 'DRAO SSL Admin' within cm account. seturi(string value) URI for logging into account within cm Server Type Server Type 1 AOL 2 Apache/ModSSL InCommon Certificate Manager SSL Web Service API 18-July
7 Server Type 3 Apache-SSL (Ben-SSL, not Stronghold) 4 C2Net Stronghold 33 Cisco 3000 Series VPN Concentrator 34 Citrix 5 Cobalt Raq 6 Covalent Server Software 7 IBM HTTP Server 8 IBM Internet Connection Server 9 iplanet 10 Java Web Server (Javasoft / Sun) 11 Lotus Domino 12 Lotus Domino Go! 13 Microsoft IIS 1.x to 4.x 14 Microsoft IIS 5.x and later 15 Netscape Enterprise Server 16 Netscape FastTrack 17 Novell Web Server 18 Oracle 19 Quid Pro Quo 20 R3 SSL Server 21 Raven SSL 22 RedHat Linux 23 SAP Web Application Server InCommon Certificate Manager SSL Web Service API 18-July
8 Server Type 24 Tomcat 25 Website Professional 26 WebStar 4.x and later 27 WebTen (from Tenon) 28 Zeus Web Server 29 Ensim 30 Plesk 31 WHM/cPanel 32 H-Sphere -1 OTHER Return value 'status code' of operation Status code If 'status code' < 0-3 = The 'User name' argument is invalid. -7 = Country is not a valid ISO-3166 country! -9 = The CSR is not valid Base-64 data! -10 = The CSR cannot be decoded! -11 = The CSR uses an unsupported algorithm! -12 = The CSR has an invalid signature! -13 = The CSR uses an unsupported key size! -14 = An unknown error occurred! -16 = Permission denied! -31 = The is not a valid = The passphrase is empty! InCommon Certificate Manager SSL Web Service API 18-July
9 Status code -33 = The certificate type is invalid! -34 = The secret key is invalid! -35 = The server type is invalid! -36 = The term is invalid for customer type! -37 = -Cert type name is not valid = Invalid auth data! = The 'Access code' argument is invalid = Customer configuration is not allowed the desired action 2.4 Function for Checking if Certificate is Available Integer getcollectstatus(authdata data, Integer id) Arguments Variable Type Max. Length Name authdata AuthData Authentication data for access. See section AuthData Type. id Integer Any SSL identifier previously returned to your account. This is the SSL identifier previously returned by function enroll Return value status of certificate availability 0 = Cert is being processed by Comodo 1 = Cert is available for collection -14 = An unknown error occurred! -16 = Permission denied! -23 = The certificate hasn't been approved yet! InCommon Certificate Manager SSL Web Service API 18-July
10 - 40 = Invalid ID = Invalid authentication data for customer -101 = Invalid authentication data for customer organization -110 = Domain is not allowed for customer -111 = Domain is not allowed for customer organization = Customer configuration is not allowed the requested action 2.5 Function for Collecting Enrolled SSL Certificate SSLCollectResponse collect(authdata data, Integer id, int formattype) Arguments Variable Name Type Max. Length authdata AuthData Authentication data for access. See section AuthData Type. id Integer Any SSL identifier previously returned to your account. This is the SSL identifier previously returned by function enroll. formattype int 1 0 = X509 PEM Bundle; 1 = X509 PEM Certificate only; Allowed formats for downloading of SSL. 2 = X509 PEM Intermidiate certificate only; 3 = PKCS#7 PEM Bundle; 4 = PKCS#7 DER Bundle Return value SSLCollectResponse SSLCollectResponse - Object that contains collect operation status and SSL Certificate in Base-64 if succeed. InCommon Certificate Manager SSL Web Service API 18-July
11 Method Name int getstatuscode() 0 = when certificate is not ready -14 = An unknown error occurred! -16 = Permission denied! -20 = CSR rejected -21 = The certificate has been revoked! -22 = Still awaiting payment! - 40 = Invalid ID = Invalid auth data! = Customer configuration is not allowed the desired action SSL type Method Name String getrenewid() Given by cm when SSL certificate was issued. This code may be used for renewing the certificate. String getcertificate() The certificate in Base Function for SSL Certificate Revocation Integer revoke(authdata data, Integer id, String reason) Arguments Variable Name Type Max. Length authdata AuthData Authentication data for access. See section AuthData Type. id Integer Any SSL identifier previously returned to your account. This is the SSL identifier previously returned by function enroll. reason String 256 Revocation reason for audit logging. Empty String InCommon Certificate Manager SSL Web Service API 18-July
12 Variable Name Type Max. Length allowed Return value 'status code' of operation -14 = An unknown error occurred! -16 = Permission denied! - 40 = Invalid ID = Invalid auth data! = Customer configuration is not allowed the desired action 2.7 Function for loading list of available certificate types for customer. CustomerCertTypeResponse getcustomercerttypes(authdata data) Arguments Variable Name Type Max. Length authdata AuthData Authentication data for access. See section AuthData Type Return value. CustomerCertTypeResponse - Object that contains array available customer certificate types (see description of CustomerCertType below). Field Name int getstatuscode() -14 = An unknown error occurred! -16 = Permission denied! = Invalid auth data! = Customer configuration is not allowed the desired action InCommon Certificate Manager SSL Web Service API 18-July
13 CustomerCertType type for saving information about available customer certificate type. Variable Name int getid() The service customer cert type identifier. String getname() Name of this certificate type. For example InstantSSL int[] getterms List of available terms for this customer certificate type. 2.8 Utility Function for Getting Short Information about Web Service (name, version, etc.). String getwebserviceinfo() InCommon Certificate Manager SSL Web Service API 18-July
Comodo Certificate Manager Software Version 4.8
Comodo Certificate Manager Software Version 4.8 SSL Web Service API Guide Version 4.8.010215 Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5
Comodo Certificate Manager Software Version 5.0
Comodo Certificate Manager Software Version 5.0 SSL Web Service API Guide Version 5.0.042015 Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5
Comodo Certificate Manager Version 5.4
Comodo Certificate Manager Version 5.4 SSL Web Service API Guide Version 5.4.052416 Comodo CA Limited 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United
OpenSRS Trust Service API Command Reference
OpenSRS Trust Service API Command Reference September 20, 2012 Table of Contents Introduction...4 Purchasing Trust Services...4 Before you begin...4 Submitting a Trust Service SSL certificate order...5
1. If there is a temporary SSL certificate in your /ServerRoot/ssl/certs/ directory, move or delete it. 2. Run the following command:
C2Net Stronghold Cisco Adaptive Security Appliance (ASA) 5500 Cobalt RaQ4/XTR F5 BIG IP (version 9) F5 BIG IP (pre-version 9) F5 FirePass VPS HSphere Web Server IBM HTTP Server Java-based web server (generic)
SSL Certificates Enrollment, Collection, Installation and Renewal Release Date: May, 2015
Version 5.4 SSL Certificates Enrollment, Collection, Installation and Renewal Release Date: May, 2015 InCommon c/o Internet2 1000 Oakbrook Drive, Suite 300 Ann Arbor MI, 48104 Enrolling For Your Certificate
Comodo Certificate Manager Software Version 4.6
Cert dialog Comodo Certificate Manager Software Version 4.6 MRAO Administrator Guide Guide Version 4.6.063014 Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater
Initiating Domain Control Validation (DCV)
Initiating Domain Control Validation (DCV) InCommon c/o Internet2 1000 Oakbrook Drive, Suite 300 Ann Arbor MI, 48104 Domain Control Validation in InCommon Certificate Manager The purpose of this document
SSL Certificates API Guide. Version 3.0 April 28, 2009
SSL Certificates API Guide Version 3.0 April 28, 2009 Table of Contents Introduction...3 The Order Item Object...4 Key Definitions for the create_items Associative Array...5 Key Definitions for the product_data
COMODO CERTIFICATE MANAGER. Simplify SSL Certificate Management Across the Enterprise
COMODO CERTIFICATE MANAGER Simplify SSL Certificate Management Across the Enterprise Comodo Certificate Manager CCM Enables nominated administrators the ability to manage the lifespan, issuance, deployment,
Using Microsoft s CA Server with SonicWALL Devices
SonicOS Using Microsoft s CA Server with SonicWALL Devices Introduction You can use the Certificate Server that ships with Windows 2000/2003 Server to create certificates for SonicWALL devices, as well
This section includes troubleshooting topics about certificates.
This section includes troubleshooting topics about certificates. Cannot Remove or Overwrite Existing, page 1 Cannot Remove an SSO IdP Certificate, page 2 Certificate Chain Error, page 2 Certificate Does
Certificates for computers, Web servers, and Web browser users
Entrust Managed Services PKI Certificates for computers, Web servers, and Web browser users Document issue: 3.0 Date of issue: June 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark
(n)code Solutions CA A DIVISION OF GUJARAT NARMADA VALLEY FERTILIZERS COMPANY LIMITED P ROCEDURE F OR D OWNLOADING
(n)code Solutions CA A DIVISION OF GUJARAT NARMADA VALLEY FERTILIZERS COMPANY LIMITED P ROCEDURE F OR D OWNLOADING a Class IIIc SSL Certificate using BEA Weblogic V ERSION 1.0 Page 1 of 8 Procedure for
Security certificate management
The operating system security options enable you to manage security certificates in these two ways: Certificate Management Manages certificates, Certificate Trust Lists (CTL), and Certificate Signing Requests
App Orchestration 2.0
App Orchestration 2.0 Configuring NetScaler Load Balancing and NetScaler Gateway for App Orchestration Prepared by: Christian Paez Version: 1.0 Last Updated: December 13, 2013 2013 Citrix Systems, Inc.
Chapter 7 Managing Users, Authentication, and Certificates
Chapter 7 Managing Users, Authentication, and Certificates This chapter contains the following sections: Adding Authentication Domains, Groups, and Users Managing Certificates Adding Authentication Domains,
Configuring Single Sign-on for WebVPN
CHAPTER 8 This chapter presents example procedures for configuring SSO for WebVPN users. It includes the following sections: Using Single Sign-on with WebVPN, page 8-1 Configuring SSO Authentication Using
Certificate technology on Pulse Secure Access
Certificate technology on Pulse Secure Access How-to Guide Published Date July 2015 Contents Introduction: 3 Creating a Certificate signing request (CSR): 3 Import Intermediate CAs: 5 Using Trusted Client
LICENSE4J LICENSE MANAGER USER GUIDE
LICENSE4J LICENSE MANAGER USER GUIDE VERSION 4.5.5 LICENSE4J www.license4j.com Table of Contents Getting Started... 4 Managing Products... 6 Create Product... 6 Edit Product... 7 Refresh, Delete Product...
SSL Configuration on Weblogic Oracle FLEXCUBE Universal Banking Release 12.0.87.01.0 [August] [2014]
SSL Configuration on Weblogic Oracle FLEXCUBE Universal Banking Release 12.0.87.01.0 [August] [2014] Table of Contents 1. CONFIGURING SSL ON ORACLE WEBLOGIC... 1-1 1.1 INTRODUCTION... 1-1 1.2 SETTING UP
Certificate technology on Junos Pulse Secure Access
Certificate technology on Junos Pulse Secure Access How-to Introduction:... 1 Creating a Certificate signing request (CSR):... 1 Import Intermediate CAs: 3 Using Trusted Client CA on Juno Pulse Secure
000-596. IBM Security Access Manager for Enterprise Single Sign-On V8.2 Implementation Exam. http://www.examskey.com/000-596.html
IBM 000-596 IBM Security Access Manager for Enterprise Single Sign-On V8.2 Implementation Exam TYPE: DEMO http://www.examskey.com/000-596.html Examskey IBM 000-596 exam demo product is here for you to
Installation and Configuration Guide
Entrust Managed Services PKI Auto-enrollment Server 7.0 Installation and Configuration Guide Document issue: 1.0 Date of Issue: July 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark
X.509 Certificate Generator User Manual
X.509 Certificate Generator User Manual Introduction X.509 Certificate Generator is a tool that allows you to generate digital certificates in PFX format, on Microsoft Certificate Store or directly on
Certificate Management. PAN-OS Administrator s Guide. Version 7.0
Certificate Management PAN-OS Administrator s Guide Version 7.0 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara, CA 95054 www.paloaltonetworks.com/company/contact-us
Enabling SSL and Client Certificates on the SAP J2EE Engine
Enabling SSL and Client Certificates on the SAP J2EE Engine Angel Dichev RIG, SAP Labs SAP AG 1 Learning Objectives As a result of this session, you will be able to: Understand the different SAP J2EE Engine
Online signature API. Terms used in this document. The API in brief. Version 0.20, 2015-04-08
Online signature API Version 0.20, 2015-04-08 Terms used in this document Onnistuu.fi, the website https://www.onnistuu.fi/ Client, online page or other system using the API provided by Onnistuu.fi. End
HMRC Secure Electronic Transfer (SET)
HM Revenue & Customs HMRC Secure Electronic Transfer (SET) Installation and key renewal overview Version 3.0 Contents Welcome to HMRC SET 1 What will you need to use HMRC SET? 2 HMRC SET high level diagram
ios Team Administration Guide (Legacy)
ios Team Administration Guide (Legacy) Contents About ios Development Team Administration 5 At a Glance 6 Team Admins Manage Team Membership and Assign Roles in the Member Center 6 Development Devices
etoken Enterprise For: SSL SSL with etoken
etoken Enterprise For: SSL SSL with etoken System Requirements Windows 2000 Internet Explorer 5.0 and above Netscape 4.6 and above etoken R2 or Pro key Install etoken RTE Certificates from: (click on the
JPMorgan Chase Treasury Workstation. Certification Setup Guide Version 2.0
EMENTS JPMorgan Chase Treasury Workstation Certification Setup Guide Version 2.0 December 2010 TABLE OF CONTENTS Introduction... 1 About this Guide... 1 When to Create the Certificates... 2 Getting Help...
Programming Flaws and How to Fix Them
19 ö Programming Flaws and How to Fix Them MICHAEL HOWARD DAVID LEBLANC JOHN VIEGA McGraw-Hill /Osborne New York Chicago San Francisco Lisbon London Madrid Mexico City- Milan New Delhi San Juan Seoul Singapore
How do I use Push Notifications with ios?
How do I use Push Notifications with ios? This lesson describes how to set up Push Notifications for ios devices, using a LiveCode and PHP. There are numerous steps involved in this process that touch
A Guide to New Features in Propalms OneGate 4.0
A Guide to New Features in Propalms OneGate 4.0 Propalms Ltd. Published April 2013 Overview This document covers the new features, enhancements and changes introduced in Propalms OneGate 4.0 Server (previously
Junio 2015. SSL WebLogic Oracle. Guía de Instalación. Junio, 2015. SSL WebLogic Oracle Guía de Instalación CONFIDENCIAL Página 1 de 19
SSL WebLogic Oracle Guía de Instalación Junio, 2015 Página 1 de 19 Setting Up SSL on Oracle WebLogic Server This section describes how to configure SSL on Oracle WebLogic Server for PeopleTools 8.50. 1.
Aventail Connect Client with Smart Tunneling
Aventail Connect Client with Smart Tunneling User s Guide Windows v8.7.0 1996-2006 Aventail Corporation. All rights reserved. Aventail, Aventail Cache Control, Aventail Connect, Aventail Connect Mobile,
Displaying SSL Certificate and Key Pair Information
CHAPTER6 Displaying SSL Certificate and Key Pair Information This chapter describes how to use the available show commands to display SSL-related information, such as the certificate and key pair files
WebLogic Server 6.1: How to configure SSL for PeopleSoft Application
WebLogic Server 6.1: How to configure SSL for PeopleSoft Application 1) Start WebLogic Server... 1 2) Access Web Logic s Server Certificate Request Generator page.... 1 3) Fill out the certificate request
Creating an Apple APNS Certificate
Creating an Apple APNS Certificate 4/20/2012 Creating an Apple APNS Certificate Created by Britt Womelsdorf Edited by Mark S. Ciminello, MBA, PMP The purpose of this document is to outline the steps necessary
How to Configure Certificate Based Authentication for WorxMail and XenMobile 10
How to Configure Certificate Based Authentication for WorxMail and XenMobile 10 This article describes how to configure certificate based authentication using Microsoft Certificate Services (PKI) for WorxMail
App Orchestration 2.5
Configuring NetScaler 10.5 Load Balancing with StoreFront 2.5.2 and NetScaler Gateway for Prepared by: James Richards Last Updated: August 20, 2014 Contents Introduction... 3 Configure the NetScaler load
ISY994 Series Network Security Configuration Guide Requires firmware version 3.3.1+ Requires Java 1.7+
ISY994 Series Network Security Configuration Guide Requires firmware version 3.3.1+ Requires Java 1.7+ Introduction Universal Devices, Inc. takes ISY security extremely seriously. As such, all ISY994 Series
Exchange 2010 PKI Configuration Guide
Exchange 2010 PKI Configuration Guide Overview 1. Summary 2. Environment 3. Configuration a) Active Directory Configuration b) CA Configuration c) Exchange Server IIS Configuration d) Exchange Configuration
HOTPin Integration Guide: DirectAccess
1 HOTPin Integration Guide: DirectAccess Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document is provided 'as is'; Celestix assumes no responsibility
Using Blackboard Learn 9 Web Services - Part 2 Learning About The Web Service Classes And Methods
Using Blackboard Learn 9 Web Services - Part 2 Learning About The Web Service Classes And Methods Introduction Blackboard Learn 9.1 provides many different web service classes and those class have numerous
Job Management Partner 1/Data Highway - Server System Administrator Guide
Job Management Partner 1 Version 10 Job Management Partner 1/Data Highway - Server System Administrator Guide Description, User's Guide, Operator's Guide 3021-3-359(E) Notices Relevant program products
Overview of Domain SSL
Domain Validated SSL Order Guide 1 Ordering Guide for Domain SSL 1. Creating a CSR 2. The Ordering Process 3. The Vetting Process 4. Receiving your SSL Certificate 5. Installing your SSL Certificate. Overview
WEB SERVICES CERTIFICATE GUIDE
WEB SERVICES CERTIFICATE GUIDE 1. Purpose The purpose of this document is to provide information to internal and external users who want to access an era Web Service using the certificate based authentication
Cox Managed CPE Services. RADIUS Authentication for AnyConnect VPN Version 1.3 [Draft]
Cox Managed CPE Services RADIUS Authentication for AnyConnect VPN Version 1.3 [Draft] September, 2015 2015 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted
How to Order and Install Odette Certificates. Odette CA Help File and User Manual
How to Order and Install Odette Certificates Odette CA Help File and User Manual 1 Release date 28.07.2014 Contents Preparation for Ordering an Odette Certificate... 3 Step 1: Prepare the information you
Trust/Link Enterprise
Subscriber Guide Trust/Link Enterprise https://tl.quovadisglobal.com Version 2.2 QuoVadis 2008-2014 Notes 1 Contents Notes... 3 Version Control... 3 Access and Support... 4 Support... 4 PKI Widgets...
StoneGate SSL VPN Technical Note 2068. Adding Bundled Certificates
StoneGate SSL VPN Technical Note 2068 Adding Bundled Certificates Table of Contents Introduction................................... page 3 Overview..................................... page 3 Splitting
Using etoken for Securing E-mails Using Outlook and Outlook Express
Using etoken for Securing E-mails Using Outlook and Outlook Express Lesson 15 April 2004 etoken Certification Course Securing Email Using Certificates Unprotected emails can be easily read and/or altered
White Paper. Installation and Configuration of Fabasoft Folio IMAP Service. Fabasoft Folio 2015 Update Rollup 3
White Paper Fabasoft Folio 2015 Update Rollup 3 Copyright Fabasoft R&D GmbH, Linz, Austria, 2016. All rights reserved. All hardware and software names used are registered trade names and/or registered
Step-by-step Guide for Configuring Cisco ACS server as the Radius with an External Windows Database
Step-by-step Guide for Configuring Cisco ACS server as the Radius with an External Windows Database Table of Contents: INTRODUCTION:... 2 GETTING STARTED:... 3 STEP-1: INTERFACE CONFIGURATION... 4 STEP-2:
Advanced Administration
BlackBerry Enterprise Service 10 BlackBerry Device Service Version: 10.2 Advanced Administration Guide Published: 2014-09-10 SWD-20140909133530796 Contents 1 Introduction...11 About this guide...12 What
This chapter describes how to use the Junos Pulse Secure Access Service in a SAML single sign-on deployment. It includes the following sections:
CHAPTER 1 SAML Single Sign-On This chapter describes how to use the Junos Pulse Secure Access Service in a SAML single sign-on deployment. It includes the following sections: Junos Pulse Secure Access
Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference
Architecture and Data Flow Overview BlackBerry Enterprise Service 10 721-08877-123 Version: Quick Reference Published: 2013-11-28 SWD-20131128130321045 Contents Key components of BlackBerry Enterprise
Egnyte Single Sign-On (SSO) Installation for OneLogin
Egnyte Single Sign-On (SSO) Installation for OneLogin To set up Egnyte so employees can log in using SSO, follow the steps below to configure OneLogin and Egnyte to work with each other. 1. Set up OneLogin
Managed Services PKI 60-day Trial Quick Start Guide
Entrust Managed Services PKI Managed Services PKI 60-day Trial Quick Start Guide Document issue: 3.0 Date of issue: Nov 2011 Copyright 2011 Entrust. All rights reserved. Entrust is a trademark or a registered
HTTPS Configuration for SAP Connector
HTTPS Configuration for SAP Connector 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without
Magensa Services. Administrative Account Services API Documentation for Informational Purposes Only. September 2014. Manual Part Number: 99810058-1.
Magensa Services Administrative Account Services API Documentation for Informational Purposes Only September 2014 Manual Part Number: 99810058-1.01 REGISTERED TO ISO 9001:2008 Magensa I 1710 Apollo Court
Polycom RealPresence Access Director System Administrator s Guide
[Type the document title] 2.0 November 2012 3725-78703-001A Polycom RealPresence Access Director System Administrator s Guide Polycom Document Title 1 Trademark Information POLYCOM and the names and marks
VPN AND CITRIX INSTALLATION GUIDE
Information Technology VPN AND CITRIX INSTALLATION GUIDE Overview of the CISCO SSL VPN Portal TMCC's Cisco SSL Virtual Private Network (VPN) portal was designed to give TMCC employees secure access to
Mobile Secure Cloud Edition Document Version: 2.0-2014-06-26. ios Application Signing
Mobile Secure Cloud Edition Document Version: 2.0-2014-06-26 Table of Contents 1 Introduction.... 3 2 Apple Team Membership....4 3 Building a Team by Adding Team Admins and Team Members.... 5 4 App Protection
BlackBerry Enterprise Server Resource Kit
BlackBerry Enterprise Server Resource Kit Version: 5.0 Service Pack: 3 Installation Guide Published: 2011-06-20 SWD-1701641-0620052345-001 Contents 1 Overview... 3 Options for downloading the BlackBerry
ESET Secure Authentication Java SDK
ESET Secure Authentication Java SDK Getting Started Guide Document Version 1.0 ESET Secure Authentication Java SDK 2 Introduction This document details what is required to add a second authentication factor
The English translation Of MBA Standard 0301
MBA 文 書 0603 号 MBA Document 0603 The English translation Of MBA Standard 0301 MISAUTH Protocol Specification The authoritive specification is Japansese one, MBA Standard 0203 (June 2004). The Protocol
Installation and Configuration Guide
Installation and Configuration Guide BlackBerry Resource Kit for BlackBerry Enterprise Service 10 Version 10.2 Published: 2015-11-12 SWD-20151112124827386 Contents Overview: BlackBerry Enterprise Service
How to Use Certificates for Additional Security
Global VPN Client How to Use Certificates for Additional Security The usage of certificates is not a subject one should not think of lightly. There are multiple ways to implement certificates for additional
SSL... 2 2.1. 3 2.2. 2.2.1. 2.2.2. SSL VPN
1. Introduction... 2 2. Remote Access via SSL... 2 2.1. Configuration of the Astaro Security Gateway... 3 2.2. Configuration of the Remote Client...10 2.2.1. Astaro User Portal: Getting Software and Certificates...10
Sophos Mobile Control Installation guide. Product version: 3.5
Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External
Adaptive Authentication Integration Options. John Murray Manager, RSA Systems Engineering
Adaptive Authentication Integration Options John Murray Manager, RSA Systems Engineering What is RSA Adaptive Authentication? Comprehensive authentication and fraud detection platform Powered by Risk-Based
Integration Guide. Swivel Secure Authentication
Integration Guide Swivel Secure Authentication Revised: 21 February 2016 About This Guide Guide Type Documented Integration WatchGuard or a Technology Partner has provided documentation demonstrating integration
Accessing the Media General SSL VPN
Launching Applications and Mapping Drives Remote Desktop Outlook Launching Web Applications Full Access VPN Note: To access the Media General VPN, anti-virus software must be installed and running on your
ASA 8.x Manually Install 3rd Party Vendor Certificates for use with WebVPN Configuration Example
ASA 8.x Manually Install 3rd Party Vendor Certificates for use with WebVPN Configuration Example Document ID: 98596 Contents Introduction Prerequisites Requirements Components Used Conventions Configure
Installing idrac Certificate Using RACADM Commands
Installing idrac Certificate Using RACADM Commands This Dell Technical white paper provides detailed information about generation of idrac certificate by using RACADM CLI. Dell Engineering October 2013
Unifying Information Security. Implementing TLS on the CLEARSWIFT SECURE Email Gateway
Unifying Information Security Implementing TLS on the CLEARSWIFT SECURE Email Gateway Contents 1 Introduction... 3 2 Understanding TLS... 4 3 Clearswift s Application of TLS... 5 3.1 Opportunistic TLS...
UI Digital Certificate Service
UI Digital Certificate Service IT Security Office September 08, 2010 Agenda Current University SSL process What is the InCommon Federation? Digital certificates What is in scope New buzz words The Process
Installation Guide. SafeNet Authentication Service
SafeNet Authentication Service Installation Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information
webmethods Certificate Toolkit
Title Page webmethods Certificate Toolkit User s Guide Version 7.1.1 January 2008 webmethods Copyright & Document ID This document applies to webmethods Certificate Toolkit Version 7.1.1 and to all subsequent
Configuring Digital Certificates
CHAPTER 36 This chapter describes how to configure digital certificates and includes the following sections: Information About Digital Certificates, page 36-1 Licensing Requirements for Digital Certificates,
Comodo Two Factor Software Version 2.8
Comodo Two Factor Software Version 2.8 Administration Guide Guide Version 2.8.071813 Comodo Group Inc. 1255 Broad Street STE 100 Clifton, NJ 07013 Table of Contents 1.Introduction to Comodo Two Factor...
The IVE also supports using the following additional features with CA certificates:
1 A CA certificate allows you to control access to realms, roles, and resource policies based on certificates or certificate attributes. For example, you may specify that users must present a valid client-side
DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12
DEPLOYMENT GUIDE Version 1.2 Deploying F5 with Oracle E-Business Suite 12 Table of Contents Table of Contents Introducing the BIG-IP LTM Oracle E-Business Suite 12 configuration Prerequisites and configuration
How to Order and Install Odette Certificates. Odette CA Help File and User Manual
How to Order and Install Odette Certificates Odette CA Help File and User Manual 1 Release date 24.02.2014 Contents Preparation for Ordering an Odette Certificate... 3 Step 1: Prepare the information you
Cisco Expressway Certificate Creation and Use
Cisco Expressway Certificate Creation and Use Deployment Guide Cisco Expressway X8.1 D15061.01 December 2013 Contents Introduction 3 PKI introduction 3 Overview of certificate use on the Expressway 3 Certificate
Sophos UTM. Remote Access via IPsec. Configuring UTM and Client
Sophos UTM Remote Access via IPsec Configuring UTM and Client Product version: 9.000 Document date: Friday, January 11, 2013 The specifications and information in this document are subject to change without
Enabling Single-Sign-On on WebSphere Portal in IBM Cognos ReportNet
Guideline Enabling Single-Sign-On on WebSphere Portal in IBM Cognos ReportNet Product(s): IBM Cognos ReportNet Area of Interest: Security 2 Copyright Copyright 2008 Cognos ULC (formerly Cognos Incorporated).
BEA Weblogic Guide to Installing Root Certificates, Generating CSR and Installing SSL Certificate
BEA Weblogic Guide to Installing Root Certificates, Generating CSR and Installing SSL Certificate Copyright. All rights reserved. Trustis Limited Building 273 New Greenham Park Greenham Common Thatcham
Using IKEv2 on Juniper Networks Junos Pulse Secure Access Appliance
Using IKEv2 on Juniper Networks Junos Pulse Secure Access Appliance Juniper Networks, Inc. 1 Table of Contents Before we begin... 3 Configuring IKEv2 on IVE... 3 IKEv2 Client Side Configuration on Windows
Using CertAgent to Obtain Domain Controller and Smart Card Logon Certificates for Active Directory Authentication
Using CertAgent to Obtain Domain Controller and Smart Card Logon Certificates for Active Directory Authentication Contents Domain Controller Certificates... 1 Enrollment for a Domain Controller Certificate...
Sophos Mobile Control Installation guide. Product version: 3.6
Sophos Mobile Control Installation guide Product version: 3.6 Document date: November 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...5 3 Set up Sophos Mobile Control...11 4 External
Cisco AnyConnect Secure Mobility Client VPN User Messages, Release 3.1
Cisco AnyConnect Secure Mobility Client VPN User Messages, Release 3.1 October 15, 2012 The following user messages appear on the AnyConnect client GUI. A description follows each message, along with recommended
Description of Microsoft Internet Information Services (IIS) 5.0 and
Page 1 of 10 Article ID: 318380 - Last Review: July 7, 2008 - Revision: 8.1 Description of Microsoft Internet Information Services (IIS) 5.0 and 6.0 status codes This article was previously published under
Configure SecureZIP for Windows for Entrust Entelligence Security Provider 7.x for Windows
Configure SecureZIP for Windows for Entrust Entelligence Security Provider 7.x for Windows SecureZIP for Windows interoperates with leading PKI vendors including Entrust, VeriSign, and RSA to enable the
Sophos UTM. Remote Access via SSL. Configuring UTM and Client
Sophos UTM Remote Access via SSL Configuring UTM and Client Product version: 9.000 Document date: Friday, January 11, 2013 The specifications and information in this document are subject to change without
