In this article
Manual installation of Custom Device Certificate by upload
dropdown icon
Auto installation of Custom Device Certificate by SCEP
    Parameters for SCEP configuration
    Certificate renewal by SCEP
SCEP parameters configuration via DHCP option 43
Provisioning of User ID via DHCP option 15
Custom Device Certificate on Cisco Wireless Phone 9821
list-menuIn this article
list-menuFeedback?

You can install a Custom Device Certificate (CDC) either manually or automatically. In certain environments, use DHCP option 43 to provide the Simple Certificate Enrollment Protocol (SCEP) parameters required for certificate installation. This Help article is for Cisco Wireless Phone 9821 registered to Webex Calling.

To install a Custom Device Certificate (CDC) on your phone, use one of the following ways based on your situation:

The most recently installed certificate on the phone takes effect.

Manual installation of Custom Device Certificate by upload

You can manually install a Custom Device Certificate (CDC) on the phone by uploading the certificate from the phone administration web page.

Before you begin

Before you can install a custom device certificate for a phone, you must have:

  • A certificate file (.p12 or .pfx) saved on your PC. The file contains the certificate and private key.
  • The extract password of the certificate. The password is used to decrypt the certificate file.
1

Access the phone administration web page.

2

Select Certificate.

3

In the Add Certificate section, click Browse....

4

Browse to the certificate on your PC.

5

In the Extract password field, enter the certificate extract password.

6

Click Upload.

If the certificate file and password are correct, you will receive the message "Certificate added.". Otherwise, the uploading fails with an error message indicating that the certificate can't be uploaded.
7

To check details of the installed certificate, click View in the Existing Certificates section.

8

To remove the installed certificate from the phone, click Delete in the Existing Certificates section.

Once you click the button, the removal operation starts immediately without a confirmation.

After the certificate is removed, the Certificate deleted message appears. If the certificate was associated with an active wireless connection, restart the phone to apply the changes.

Auto installation of Custom Device Certificate by SCEP

You can configure the Simple Certificate Enrollment Protocol (SCEP) related parameters to interact with the SCEP server to install the Custom Device Certificate (CDC) automatically.

Once any of the SCEP parameters is configured, the phone will send an SCEP enrollment request to the server. The phone will validate the received CA certificate using the configured fingerprint.

Before you begin

Before you can perform an auto installation of a Custom Device Certificate (CDC) for a phone, you must have:

  • SCEP server address
  • SHA-1 or SHA-256 fingerprint of the root CA certificate for the SCEP server
1

Access the phone administration web page.

2

Select Certificate.

3

In the SCEP Configuration 1 section, set the parameters as described in Parameters for SCEP configuration .

4

Click Submit All Changes.

Parameters for SCEP configuration

The following table defines the function and usage of SCEP configuration parameters in the SCEP Configuration 1 section under the Certificate tab in the phone web interface. It also defines the syntax of the string that is added in the phone configuration file (cfg.xml) to configure a parameter.

Any changes of parameters will cause the phone to request a new certificate.

Table 1. Parameters for SCEP configuration
ParameterDescription
Server

SCEP server address. This parameter is mandatory.

Perform one of the following:

  • In the phone configuration file with XML(cfg.xml), enter a string in this format:

    <CDC_Server_1_ ua="na">http://10.79.57.91</CDC_Server_1_>

  • In the phone web page, enter the SCEP server address.

Valid values: A URL or IP address. The HTTPS scheme is not supported.

Default: Empty

CA Fingerprint

SHA256 or SHA1 fingerprint of the Root CA for validation during the SCEP process. This parameter is mandatory.

Perform one of the following:

  • In the phone configuration file with XML(cfg.xml), enter a string in this format:

    <CDC_Root_CA_Fingerprint_1_ ua="na">12040870625C5B755D73F5925285F8F5FF5D55AF</CDC_Root_CA_Fingerprint_1_>

  • In the phone web page, enter a valid fingerprint.

Default: Empty

Certificate renewal by SCEP

The device certificate can be refreshed automatically by the SCEP process.

  • The phone checks whether the certificate will expire in 15 days every 4 hours. If so, the phone starts the certificate renewal process automatically.
  • If the challenge password is empty, the phone uses MIC/SUDI for both initial enrollment and certificate renewal. If the challenge password is configured, it is used for initial enrollment only, the existing/installed certificate is used for certificate renewal.
  • The phone doesn't remove the old device certificate until it retrieves the new one.
  • If certificate renewal fails because device certificate or CA expires, the phone triggers the initial enrollment automatically. In the meantime, if the challenge password authentication fails, a password input screen pops up on the phone screen, and users are prompted to enter the challenge password on the phone.

SCEP parameters configuration via DHCP option 43

In certain environment where you can't install the Custom Device Certificate (CDC) via uploading it or directly configuring the SCEP parameters. In this situation, you can utilize the DHCP option 43 to populate the parameters from a DHCP server. The DHCP option 43 can be configured to provide the SCEP parameters to the phone. Once the phone is factory reset, it can receive the parameters from the DHCP server to install the CDC via the SCEP protocol.

  • This feature (SCEP parameters configuration via DHCP option 43) is available only for the phone that is factory reset.
  • Phones shall not be placed in the network that has supported Option 43 and remote provisioning (for example, Options 66,160,159,150, or cloud provisioning). Otherwise, the phones might not get the option 43 configurations.

Follow these steps to install a CDC certificate by the SCEP parameters provided from the DHCP option 43.

1

Prepare an SCEP environment.

For information about SCEP environment setup, see your SCEP server documentation.

2

Set up DHCP option 43 (defined in 8.4 Vendor Specific Information, RFC 2132).

Suboptions (10–12) are reserved for the method:

Parameter on phone web pageSuboptionTypeLength (byte)Mandatory
FIPS Mode 10 boolean 1 No*
Server 11 string 208 - length Yes
Root CA Fingerprint 12 hex 20, 32, 48 or 64 Yes

* means that the parameter is configured according to the actual situation.

When you use the DHCP option 43, notice the following characteristics of the method:

  • Suboptions (10–12) are reserved for Custom Device Certificate (CDC).
  • The maximum length of DHCP option 43 is 255 bytes.
  • The value of FIPS Mode must be set to Disabled since Cisco Wireless Phone 9821 does not support FIPS mode.
  • DHCP option 60 (Vendor Class Identifier) is used to identify the device model.

Example of DHCP option 43 (suboptions 10–15):

Suboption decimal/hexValue length (byte) decimal/hexValueHex value
10/0a 1/01 0 (0: Disabled; 1: Enabled) 00
11/0b 18/12 http://10.79.57.91 687474703a2f2f31302e37392e35372e3931
12/0c 20/14 12040870625C5B755D73F5925285F8F5FF5D55AF 12040870625C5B755D73F5925285F8F5FF5D55AF

Summary of the parameter values:

  • FIPS Mode = Disabled

  • Server = http://10.79.57.91

  • Root CA Fingerprint = 12040870625C5B755D73F5925285F8F5FF5D55AF

The syntax of the final hex value is: {<suboption><length><value>}...

According to the parameter values above, the final hex value is as the follows:

0a01000b12687474703a2f2f31302e37392e35372e39310c1412040870625C5B755D73F5925285F8F5FF5D55AF
3

Configure DHCP option 43 on a DHCP server.

This step provides an example of the DHCP option 43 configurations on Cisco Network Register.

  1. Add DHCP option definition set.

    The Vendor Option String is model name of the IP phones. The valid value is: WP-9821.

  2. Add the DHCP option 43 and suboptions to the DHCP option definition set.

    Refer to the following screenshot as an example:

    Screenshot of DHCP option 43 definitions for 9821 on Cisco Network Register

  3. Add options 43 to the DHCP policy and set up the value as follows:

    Example:

    (10 1)(11 http://10.79.57.91)(12 12040870625C5B755D73F5925285F8F5FF5D55AF)

  4. Verify the settings. You can use Wireshark to capture a trace of the network traffic between the phone and the service.
4

Perform a factory reset for the phone.

After the phone is reset, the parameters Server and Root CA Fingerprint will be filled in automatically. These parameters are located in the section SCEP Configuration 1 from Certificate > Custom on the phone administration web page.

To check details of the installed certificate, click View in the Existing Certificates section.

To check the certificate installation status, select Certificate > Custom Cert Status. The Download Status 1 shows the latest result. If any issue occurs during the certificate enrollment, the download status can show the problem reason for troubleshooting purposes.

5

(Optional) To remove the installed certificate from the phone, click Delete in the Existing Certificates section.

Once you click the button, the removal operation starts immediately without a confirmation.

Provisioning of User ID via DHCP option 15

This section is for 802.1X authentication for wired networks only.

During the SCEP certificate enrollment via the DHCP option 43, the phone can also get the domain name provided in the DHCP option 15 (if configured). After the phone receives the domain name, it can construct the User ID with the domain name, which is represented as following.

  • User ID = <Common Name in MIC/SUDI >@<Domain Name in Option 15>

    The User ID will be used as the identity for wired 802.1X authentication.

For example, the MAC address of a Cisco Wireless Phone 9821phone is C8:78:F7:7C:09:F9.

Domain name in DHCP option 15User ID
example.nlWP-9821-SEPC878F77C09F9@example.nl
EmptyWP-9821-SEPC878F77C09F9
Was this article helpful?
Was this article helpful?