Cisco Expressway Certificate Creation and Use Deployment Guide X8 8
Cisco Expressway Certificate Creation and Use Deployment Guide X8 8
Use
Deployment Guide
Last Updated: June 2016
2
Cisco Expressway Certificate Creation and Use Deployment Guide
Contents
Preface 5
Change History 5
Introduction 6
PKI Introduction 6
Overview of Certificate Use on the Expressway 6
Certificate Generation Overview 7
Generating a Certificate Signing Request (CSR) 7
Creating a CSR Using Expressway 7
Server Certificate Requirements for Unified Communications 8
Cisco Unified Communications Manager Certificates 8
Expressway Certificates 9
Authorizing a Request and Generating a Certificate Using Microsoft Certification Authority 11
Loading Certificates and Keys Onto Expressway 13
Loading a Server Certificate and Private Key Onto Expressway 14
Managing the Trusted CA Certificate List 14
Managing Certificate Revocation Lists (CRLs) 15
Certificate Revocation Sources 15
Configuring Revocation Checking for SIP TLS Connections 16
Appendix 1: Troubleshooting 18
SIP TLS Negotiation Failures on Neighbor and Traversal Zones 18
Subject Alternative Name Fields Longer than 999 Characters 18
Certificates with Key Length of 8192 Bits 18
Service Failures when Using Mobile and Remote Access 18
Issues with SSH Failures and Unsupported OIDs 18
Appendix 2: Certificate Generation Using OpenSSL Only 20
Creating a Certificate Request Using OpenSSL 20
Operating as a Certificate Authority Using OpenSSL 22
Creating Self-Signed Certificates Using OpenSSL 24
Appendix 3: Converting a DER Certificate File to PEM Format 26
Appendix 4: Decoding Certificates 30
3
Cisco Expressway Certificate Creation and Use Deployment Guide
4
Cisco Expressway Certificate Creation and Use Deployment Guide
Preface
Preface
Change History
Table 1 Deployment Guide Change History
April 2015 Update for X8.5.2. Changes to CRL information, CSR generation page defaults, 999
character limit on SANs.
January Update for X8.5.1. Introduced an option on the user interface to select the Digest algorithm .
2015 The default is set to SHA-256 (hash algorithm).
December Re-issued for X8.5. Notes inserted over 2050 date management, and unsupported OIDs.
2014 Changed instructions in Appendix 2 "Creating a certificate request using OpenSSL".
July 2014 Re-issued for X8.2. Recommended options changed for server certificate in Unified
Communications deployments.
June Republished for X8.2. Enhanced the server certificate requirements for Unified
2014 Communications deployments.
5
Cisco Expressway Certificate Creation and Use Deployment Guide
Introduction
Introduction
This deployment guide provides instructions on how to create X.509 cryptographic certificates for use with the Cisco
Expressway (Expressway), and how to load them into Expressway.
PKI Introduction
Public Key Infrastructure (PKI) provides the mechanisms through which communications can be secured (encrypted
and integrity protected) and identities can be verified. Underlying PKI is:
■ A public/private key pair: a public key is used to encrypt data sent to a server, but only the private key (kept
secret by the server) can be used to decrypt it.
■ Signatures of data: data can be “signed” by a server, by using a combination of a cryptographic hash of the
data and the server’s private key. A client can verify the signature by using the server’s public key and verifying
the same hash. This ensures the data has been sent from the expected server, and has not been tampered
with.
■ Certificates: a certificate is a wrapper around a public key, and provides information about the owner of the
key. This metadata is provided in X.509 format, and typically includes the server name and contact details for
the owner.
■ A certificate chain: a certificate can be signed by a Certificate Authority (CA) using its own private key. In
turn, therefore, a certificate can be verified as being signed by a CA by checking the signature against the
CA’s certificate (public key). Web browsers and other clients have a list of CA certificates that they trust, and
can thus verify the certificates of individual servers.
Transport Layer Security (TLS) is the standard mechanism for securing a TCP connection between hosts on a TCP/IP
network. For example, secure HTTP (HTTPS) uses TLS to encrypt and verify traffic. To establish a TLS connection:
1. An initial TCP connection is made, and the client sends its capabilities (including cipher suites) and a random
number.
2. The sever responds with its choice of those capabilities, another random number, and its certificate.
3. The client verifies that the server certificate was issued (signed) by a CA that it trusts, and has not been
revoked.
4. The client sends a “pre-master secret”, encrypted with the server’s public key.
5. This pre-master secret, combined with the exchanged random numbers (to prevent replay attacks), is used to
generate a “master secret”, with which the remaining communications of this TLS session are encrypted
between the client and server.
The following sections describe how these PKI components can be used with the Expressway.
6
Cisco Expressway Certificate Creation and Use Deployment Guide
A certificate identifies the Expressway. It contains names by which it is known and to which traffic is routed. If the
Expressway is known by multiple names for these purposes, such as if it is part of a cluster, this must be represented
in the X.509 subject data, according to the guidance of RFC5922. The certificate must contain the FQDN of both the
Expressway itself and of the cluster. The following lists show what must be included in the X.509 subject, depending
on the deployment model chosen.
If the Expressway is not clustered:
■ Generating a Certificate Signing Request (CSR), page 7 describes how to use the Expressway itself to
generate the private key and certificate request.
■ Appendix 2: Certificate Generation Using OpenSSL Only, page 20 documents the OpenSSL-only process,
which could be used with a third party or internally managed CA.
For mutual TLS authentication the Expressway Server certificate must be capable of being used as a Client
certificate as well, thus allowing the Expressway to authenticate as a client device to a neighboring server (see
Appendix 5: Enable AD CS to Issue "Client and Server" Certificates, page 32).
Note: It is worth noting that changes are being introduced to the way that dates are handled from 2050, and
certificates that have expiry dates beyond that can cause operational issues.
7
Cisco Expressway Certificate Creation and Use Deployment Guide
To generate a CSR:
Note:
■ Only one signing request can be in progress at any one time. This is because the Expressway has to keep track
of the private key file associated with the current request. To discard the current request and start a new
request, click Discard CSR.
■ From version X8.5.1 the user interface provides an option to set the Digest algorithm. The default is set to
SHA-256, with options to change to SHA-1, SHA-384, or SHA-512.
You must now authorize the request and generate a signed PEM certificate file. You can pass it to a third-party or
internal certification authority, or use it in conjunction with an application such as Microsoft Certification Authority
(see Authorizing a Request and Generating a Certificate Using Microsoft Certification Authority, page 11) or OpenSSL
(see Operating as a Certificate Authority Using OpenSSL, page 22).
When the signed server certificate is received back from the certificate authority, it must be uploaded to the
Expressway as described in Loading Certificates and Keys Onto Expressway, page 13.
8
Cisco Expressway Certificate Creation and Use Deployment Guide
tomcat self-signed certs have the same CN in the Expressway's trusted CA list, then it can only trust one of them.
This means that either secure HTTP or secure SIP, between Expressway-C and Cisco Unified Communications
Manager, will fail.
Also, when generating tomcat certificate signing requests for any products within the Cisco Collaboration Systems
Release 10.5.2, you need to be aware of CSCus47235. You need to work around this issue to ensure that the
FQDNs of the nodes are in the certificates as Subject Alternative Names. The Expressway X8.5.3 Release Notes have
the details of the workarounds.
Expressway Certificates
The Expressway certificate signing request (CSR) tool prompts for and incorporates the relevant subject alternate
name (SAN) entries as appropriate for the Unified Communications features that are supported on that Expressway.
The following table shows which CSR alternative name elements apply to which Unified Communications features:
Note:
■ You may need to produce a new server certificate for the Expressway-C if chat node aliases are added or
renamed, when IM and Presence nodes are added or renamed, or when new TLS phone security profiles are
added.
■ You must produce a new Expressway-E certificate if new chat node aliases are added to the system, or if the
Unified CM or XMPP federation domains are modified.
■ You must restart the Expressway for any new uploaded server certificate to take effect.
More details about the individual feature requirements per Expressway-C / Expressway-E are described below.
Expressway-C server certificate requirements
The Expressway-C server certificate needs to include the following elements in its list of subject alternate names:
■ Unified CM phone security profile names: the names of the Phone Security Profiles in Unified CM that are
configured for encrypted TLS and are used for devices requiring remote access. Use the FQDN format and
separate multiple entries with commas.
Having the secure phone profiles as alternative names means that Unified CM can communicate via TLS with
the Expressway-C when it is forwarding messages from devices that use those profiles.
9
Cisco Expressway Certificate Creation and Use Deployment Guide
■ IM and Presence chat node aliases (federated group chat): the Chat Node Aliases (e.g.
chatroom1.example.com) that are configured on the IM and Presence servers. These are required only for
Unified Communications XMPP federation deployments that intend to support group chat over TLS with
federated contacts.
The Expressway-C automatically includes the chat node aliases in the CSR, providing it has discovered a set
of IM&P servers.
We recommend that you use DNS format for the chat node aliases when generating the CSR. You must
include the same chat node aliases in the Expressway-E server certificate's alternative names.
Figure 1 Entering subject alternative names for security profiles and chat node aliases on the
Expressway-C's CSR generator
■ Unified CM registrations domains: all of the domains which are configured on the Expressway-C for Unified
CM registrations. They are required for secure communications between endpoint devices and Expressway-E.
Select the DNS format and manually specify the required FQDNs. Separate the FQDNs by commas if you need
multiple domains. You may select CollabEdgeDNS format instead, which simply adds the prefix collab-edge.
to the domain that you enter. This format is recommended if you do not want to include your top level domain
as a SAN (see example in following screenshot).
■ XMPP federation domains: the domains used for point-to-point XMPP federation. These are configured on
the IM&P servers and should also be configured on the Expressway-C as domains for XMPP federation.
Select the DNS format and manually specify the required FQDNs. Separate the FQDNs by commas if you need
multiple domains. Do not use the XMPPAddress format as it may not be supported by your CA, and may be
discontinued in future versions of the Expressway software.
■ IM and Presence chat node aliases (federated group chat): the same set of Chat Node Aliases as entered
on the Expressway-C's certificate. They are only required for voice and presence deployments which will
support group chat over TLS with federated contacts.
Note that you can copy the list of chat node aliases from the equivalent Generate CSR page on the
Expressway-C.
10
Cisco Expressway Certificate Creation and Use Deployment Guide
Figure 2 Entering subject alternative names for Unified CM registration domains, XMPP federation
domains, and chat node aliases, on the Expressway-E's CSR generator
See Cisco Expressway Certificate Creation and Use Deployment Guide on the Expressway configuration guides page.
Note: The CA component of Microsoft Active Directory Certificate Services (AD CS) must be able to issue a certificate
that can be used for authentication of the Expressway as client or server.
AD CS in Windows Server 2008 Standard R2 (and later) can issue these types of certificates, if you create a
certificate template for them. Earlier versions of Windows Server Standard Edition are not suitable.
1. Copy the certificate request file (for example, certcsr.der if generated via OpenSSL) to a location, such as the
desktop, on the server where the Microsoft Certification Authority application is installed.
11
Cisco Expressway Certificate Creation and Use Deployment Guide
— To generate a certificate with Server Authentication and Client Authentication, which is required if you
want to configure a neighbor or traversal zone with mutual authentication (TLS verify mode), type:
certreq -submit -attrib “CertificateTemplate:Webclientandserver”
C:\Users\<user>\Desktop\certcsr.der
See Appendix 5: Enable AD CS to Issue "Client and Server" Certificates, page 32 for details about how to
set up the Webclientandserver certificate template.
— To generate a certificate with Server Authentication only, type:
certreq -submit -attrib “CertificateTemplate:WebServer” C:\Users\<user>\Desktop\certcsr.der
This triggers the Certification Authority window to open:
1. In your web browser, go to <IP or URL of the Microsoft Certificate Server>/certsrv and log in.
12
Cisco Expressway Certificate Creation and Use Deployment Guide
■ The server certificate (which is generated by the certificate authority, identifying the ID of the certificate
holder, and should be able to act as both a client and server certificate).
■ The private key (used to sign data sent to the client, and decrypt data sent from the client, encrypted with the
public key in the server certificate). This must only be kept on the Expressway and backed up in a safe place –
security of the TLS communications relies upon this being kept secret.
■ A list of certificates of trusted certificate authorities.
Note: New installations of Expressway software (from X8.1 onwards) ship with a temporary trusted CA, and a server
certificate issued by that temporary CA. We strongly recommend that you replace the server certificate with one
generated by a trusted certificate authority, and that you install CA certificates for the authorities that you trust.
13
Cisco Expressway Certificate Creation and Use Deployment Guide
■ To upload a new file containing one or more CA certificates, Browse to the required PEM file and click
Append CA certificate. This will append any new certificates to the existing list of CA certificates. If you are
replacing existing certificates for a particular issuer and subject, you have to manually delete the previous
certificates.
■ To replace all of the currently uploaded CA certificates with the system's original list of trusted CA certificates,
click Reset to default CA certificate.
■ To view the entire list of currently uploaded trusted CA certificates, click Show all (decoded) to view it in a
human-readable form, or click Show all (PEM file) to view the file in its raw format.
■ To view an individual trusted CA certificate, click on View (decoded) in the row for the specific CA certificate.
■ To delete one or more CA certificates, tick the box(es) next to the relevant CA certificate(s) and click Delete.
14
Cisco Expressway Certificate Creation and Use Deployment Guide
■ when establishing SIP TLS connections, the CRL data sources are subject to the Certificate revocation
checking settings on the SIP configuration page
■ automatically downloaded CRL files override any manually loaded CRL files (except for when verifying
SIP TLS connections, when both manually uploaded or automatically downloaded CRL data may be used)
■ when validating certificates presented by external policy servers, the Expressway uses manually loaded CRLs
only
■ when validating TLS connections with an LDAP server for remote login account authentication, the
Expressway uses CRL data within the Trusted CA certificate only
15
Cisco Expressway Certificate Creation and Use Deployment Guide
3. Enter the set of HTTP(S) distribution points from where the Expressway can obtain CRL files.
Note:
16
Cisco Expressway Certificate Creation and Use Deployment Guide
Certificate Controls whether revocation checking is performed for We recommend that revocation
revocation certificates exchanged during SIP TLS connection checking is enabled.
checking establishment.
mode
Use OCSP Controls whether the Online Certificate Status Protocol To use OCSP, the X.509
(OCSP) may be used to perform certificate revocation certificate to be checked must
checking. contain an OCSP responder URI.
Use CRLs Controls whether Certificate Revocation Lists (CRLs) CRLs can be used if the
are used to perform certificate revocation checking. certificate does not support
OCSP.
Allow CRL Controls whether the download of CRLs from the CDP
downloads URIs contained in X.509 certificates is allowed.
from CDPs
Fallback Controls the revocation checking behavior if the Treat as not revoked ensures that
behavior revocation status cannot be established, for example if
your system continues to operate
the revocation source cannot be contacted.
in a normal manner if the
revocation source cannot be
Treat as revoked: treat the certificate as revoked (and contacted, however it does
thus do not allow the TLS connection). potentially mean that revoked
certificates will be accepted.
Treat as not revoked: treat the certificate as not
revoked.
17
Appendix 1: Troubleshooting
SIP TLS Negotiation Failures on Neighbor and Traversal Zones
If TLS verify mode is enabled, the neighbor system's FQDN or IP address, as specified in the Peer address field of
the zone’s configuration, is used to verify against the certificate holder’s name contained within the X.509 certificate
presented by that system. (The name has to be contained in either the Subject Common Name or the Subject
Alternative Name attributes of the certificate.) The certificate itself must also be valid and signed by a trusted
certificate authority.
Therefore when certificates have been generated with peer or cluster FQDNs, ensure that the zone's Peer address
fields are configured with FQDNs rather than IP addresses.
18
Cisco Expressway Certificate Creation and Use Deployment Guide
Appendix 1: Troubleshooting
For instance, currently, the only supported Extended Validation OIDs are:
■ 1.3.6.1.4.1.311.60.2.1.1 jurisdictionOfIncorporationLocalityName
■ 1.3.6.1.4.1.311.60.2.1.2 jurisdictionOfIncorporationStateOrProvinceName
■ 1.3.6.1.4.1.311.60.2.1.3 jurisdictionOfIncorporationCountryName.
19
Appendix 2: Certificate Generation Using OpenSSL Only
This section describes the process for generating a private key and certificate request for the Expressway using
OpenSSL. This is a generic process that relies only on the free OpenSSL package and not on any other software. It is
appropriate when certificates are required for interfacing with neighboring devices for test purposes, and for providing
output to interact with Certificate Authorities.
The output for the certificate request generation process can be given to a Certificate Authority which may be internal
or external to the organization, and which can be used to produce the X.509 certificates required by the Expressway
to authenticate itself with neighboring devices.
This section also briefly describes how OpenSSL could be used to manage a private Certificate Authority, but does
not intend to be comprehensive. Various components of these processes can be used when interfacing with third
party CAs.
Note:
■ This method to create a CSR should only be used if you have a good knowledge of working with OpenSSL as
there is a potential for entering incorrect commands (especially with numerous SAN entries). Missing relevant
SAN entries would require recreating the certificate at a later date.
■ From version X8.5.1 the user interface provides an option to set the Digest algorithm. The default is set to
SHA-256, with options to change to SHA-1, SHA-384, or SHA-512.
To generate the CSR from the command line with OpenSSL use these instructions:
20
Cisco Expressway Certificate Creation and Use Deployment Guide
9. Find the line “ subjectAltName = ${ENV::CSR_ALT_NAME}” and replace it such that it lists what you want in the
Subject Alternative Names in the certificate e.g. “ subjectAltName =
DNS:peer1vcs.example.com,DNS:peer2vcs.example.com,DNS:ClusterFQDN.example.com”. Make sure you add all
the additional relevant entries. For MRA this may comprise:
a. Expressway E: DNS:<CM domain name>, DNS:<XMPP federation domain>, DNS:<federation chat alias 1>,
DNS:<federation chat alias 2>, etc.
b. Expressway C: DNS:<secure profile name 1>, DNS:<secure profile name 2>, etc.
10. Now save the file and exit.
11. Run the following OpenSSL command to generate a new CSR and Private key for the VCS “ openssl req -
nodes -newkey rsa:4096 -keyout privatekey.pem -out myrequest.csr -config csrreq.cnf” changing the
rsa:nnnn if required. (nnnn = keylength, recommended number is 4096).
12. The console displays output similar to the following example, where you are required to enter information. You
do not need to populate all of them, but some fields are required:
— Country
— State and province
— Locality name
— Organization name
— Common name
— Email address - optional, can leave blank
— A challenge password - optional, can leave blank
— An optional company name - optional, can leave blank
21
Cisco Expressway Certificate Creation and Use Deployment Guide
15. Upload the public certificate to the VCS via the Maintenance > Security certificates > Server certificate
webpage, “Select the server certificate file” entry box.
16. Upload the privatekey.pem to the VCS via the Maintenance > Security certificates > Server certificate
webpage, “Select the server private key file” entry box.
■ A demoCA directory in the current directory, with 3 subdirectories certs, newcerts and private.
■ An empty file called index.txt in the demoCA directory.
■ A file called serial in the demoCA directory, storing a 2-digit number, such as “10”.
For example, use the commands:
mkdir demoCA
cd demoCA
mkdir certs
mkdir newcerts
mkdir private
touch index.txt
echo 10 > serial
22
Cisco Expressway Certificate Creation and Use Deployment Guide
3. Use a text editor to edit the openssl_local.cfg file that was created by the above copy command. Make the
following modifications to the [CA_default] section:
a. Ensure that the line copy_extensions = copy does not have a # at the beginning of the line. Delete the # if
it is there. If the line remains commented out, it will strip attributes in the CSR and the SSL Server and SSL
Client attributes will not appear in the certificate.
b. Change policy = policy_match to policy = policy_anything
c. Change dir = ./demoCA to dir = .
d. Optionally, change default_days = 365 (1 year validity of the generated certificate) to default_days =
3650 (10 years, or choose another suitable value).
e. Save the file.
4. Generate a private key for the CA by running the following command:
openssl genrsa -aes256 -out private/cakey.pem 4096
This will prompt for a password with which to encrypt the private key: choose a strong password and record it
in a safe place. The cakey.pem file will be used to create the CA certificate and to sign other certificates and
must also be kept secure.
5. Generate the CA certificate by running the following command.
For Windows: openssl req -new -x509 –days 3650 -key private/cakey.pem -config openssl_local.cfg -sha1
-extensions v3_ca -out cacert.pem
For OS X: openssl req -new -x509 –days 3650 -key private/cakey.pem -config openssl_local.cfg -sha1 -
extensions v3_ca -out cacert.pem
6. Enter a passphrase for the key, and then enter the data requested, including:
— Country
— State or province
— Locality name
— Organization name
— Organizational unit
— Common name – this is typically the name of a contact person for this CA
— Email address – optional, can leave blank
After entering the requested data, the operation completes and the certificate authority certificate cacert.pem is now
available.
— If the certificate request was created using the Expressway (recommended process):
Copy the file downloaded from the Expressway into the demoCA directory and rename it as certcsr.pem.
— If the certificate request was created using OpenSSL:
Copy the previously generated certificate request into the demoCA directory and then covert it to PEM
format by running the following command:
openssl req -in certcsr.der -inform DER -out certcsr.pem -outform PEM
23
Cisco Expressway Certificate Creation and Use Deployment Guide
24
Cisco Expressway Certificate Creation and Use Deployment Guide
25
Appendix 3: Converting a DER Certificate File to PEM Format
A private key, root (CA) certificate and the server / client certificate can be generated using third-party tools (or
purchased from a certificate authority), and may be generated as PEM (required format, extension .pem) or DER
(extension .cer) format files.
Certificates must be in PEM format for use on the Expressway. Conversion from DER to PEM format can be done in
one of two ways, either using OpenSSL or Windows, as documented in the following sections.
Converting a DER certificate file to a PEM file using OpenSSL
To convert from DER to PEM format, on a system running openssl, execute the command:
openssl x509 -in <filename>.cer -inform DER -out <filename>.pem -outform PEM
1. Double click on the DER file to convert (this will likely have a ‘.cer’ extension).
26
Cisco Expressway Certificate Creation and Use Deployment Guide
27
Cisco Expressway Certificate Creation and Use Deployment Guide
6. Click Browse and select required destination for file (e.g. server.pem) and then click Next.
7. Click Finish.
8. Change the filename from server.pem.cer to server.pem.
9. This will be used in the Loading Certificates and Keys Onto Expressway, page 13 section of this document.
28
Cisco Expressway Certificate Creation and Use Deployment Guide
29
Appendix 4: Decoding Certificates
This section describes some methods for decoding and viewing the content of certificates.
OpenSSL
A PEM file (e.g. cert.pem) can be decoded by the following command:
openssl x509 -text -in cert.pem
Firefox
The certificate in use for a website being visited can be viewed in Firefox by clicking on the security information
button on the address bar, and then clicking More Information followed by View Certificate.
Internet Explorer
The certificate in use for a website being visited can be viewed in Internet Explorer by clicking the lock icon to the
right of the address bar. A Website Identification dialog will appear. Click the View Certificates link at the bottom.
30
Cisco Expressway Certificate Creation and Use Deployment Guide
31
Appendix 5: Enable AD CS to Issue "Client and Server" Certificates
Note: The CA component of Microsoft Active Directory Certificate Services (AD CS) must be able to issue a certificate
that can be used for authentication of the Expressway as client or server.
AD CS in Windows Server 2008 Standard R2 (and later) can issue these types of certificates, if you create a
certificate template for them. Earlier versions of Windows Server Standard Edition are not suitable.
The default "Web Server" certificate template in AD CS creates a certificate for Server Authentication. The server
certificate for the Expressway also needs Client Authentication if you want to configure a neighbor or traversal zone
with mutual authentication (where TLS verify mode is enabled).
To set up a certificate template with both Server and Client authentication:
1. In Windows, launch Server Manager (Start > Administrative Tools > Server Manager).
(Server Manager is a feature included with server editions of Windows.)
2. Expand the Server Manager navigation tree to Roles > Active Directory Certificate Services > Certificate
Templates (<domain>).
3. Right-click on Web Server and select Duplicate Template.
32
Cisco Expressway Certificate Creation and Use Deployment Guide
5. On the General tab, enter the Template display name and Template name, for example Web client and
server and Webclientandserver.
6. On the Extensions tab, select Application Policies and click Edit.
33
Cisco Expressway Certificate Creation and Use Deployment Guide
34
Cisco Expressway Certificate Creation and Use Deployment Guide
c. Select your new Web client and server template and click OK.
The new Web client and server template can now be used when submitting a certificate request to that Microsoft
Certification Authority.
35
Cisco Legal Information
THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE
WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED
TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST
TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS.
THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE
INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS
REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR
CISCO REPRESENTATIVE FOR A COPY.
The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of
California, Berkeley (UCB) as part of UCB’s public domain version of the UNIX operating system. All rights reserved.
Copyright © 1981, Regents of the University of California.
NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE
SUPPLIERS ARE PROVIDED “AS IS” WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL
WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING,
USAGE, OR TRADE PRACTICE.
IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR
INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA
ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN
ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual
addresses and phone numbers. Any examples, command display output, network topology diagrams, and other
figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone
numbers in illustrative content is unintentional and coincidental.
All printed copies and duplicate soft copies are considered un-Controlled copies and the original on-line version
should be referred to for latest version.
Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco
website at www.cisco.com/go/offices.
© 2016 Cisco Systems, Inc. All rights reserved.
Cisco Trademark
Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other
countries. To view a list of Cisco trademarks, go to this URL: www.cisco.com/go/trademarks. Third-party trademarks
mentioned are the property of their respective owners. The use of the word partner does not imply a partnership
relationship between Cisco and any other company. (1110R)
36
Cisco Expressway Certificate Creation and Use Deployment Guide
37