InstalledThis file was automatically installed as part of a recent update. If you are experiencing any issues, you can manually download and reinstall.
This file was automatically installed as part of a recent update. If you are experiencing any issues, you can manually download and reinstall.
The certificate issued by a trusted certificate authority (CA) is known as a Root certificate.
In this ecosystem called the “chain of trust", when a device validates a certificate, it compares the certificate issuer with the list of trusted CAs as a chain of certificates. The Root certificate must be the top of the chain of certificates. If a match isn't found, the client application verifies whether the certificate of the issuing CA was issued by a trusted CA, and continues until the end of the certificate chain.
Recommended
Check compatibility
Enter your Dell Service Tag or model
Want to look up your product? Enter a product identifier.Show me how
No results found.We couldn't find anything for your search. Please modify your search to enter a service tag (B959FS3) or model (Latitude 5540) and try again.
This driver is not compatible
This driver is not applicable for the selected product. Choose another product to re-enter your product details for this driver or visit the Product Support page to view all drivers for a different product.
Sign in to Windows as an admin to use automatic scan. If your're already signed in as an admin and seeing this message, please reboot.Your system is managed by your IT admin and features might be limited.
Find more updates. Use SupportAssist to find all the latest driver updates for your device.
Dell Technologies recommends applying this update during your next scheduled update cycle. The update contains changes to maintain overall system health. It ensures that the system software remains current and compatible with other system modules (firmware, BIOS, drivers, and software) and may include other new features.
This is a large file. Depending on your connection speed, it may take some time to download.
Format Description:
This file format consists of an archive of files that may be decompressed to a directory on the hard drive. The installation can then be done from that directory.
Extract Files 1. Run the self extractor, a prompt with the default location to unzip will appear, changing the default location is optional. 2. Unzip it, and navigate to the provided location.
Installing the Root Certificate on Windows platforms: 1. Rename the extracted file as "PowerEdge_SCV-RootCA.crt" or as per your requirements. 2. Double click on the same to install the certificate on Windows platforms. 3. Incase of using a Command Line tool like Keytool to install the root certificate, do the following: keytool -import -trustcacerts -alias -keystore .\cacerts -file E.g.: keytool -import -alias Entrust -keystore .\cacerts -file .\PowerEdge_SCV-RootCA.crt Note: Enter a 6 digit password when asked for a keystore password. Additionally please mention "yes" when asked whether to "trust the certificate"
Installing the Root Certificate on SLES platform: 1. Copy the CA certificate to the directory /etc/pki/trust/anchors/: E.g: cp PowerEdge_SCV-RootCA.crt /etc/pki/trust/anchors/ 2. Extract a CA certificate to the list of trusted CAs: update-ca-certificates 3. Verify the SSL certificate: openssl verify PowerEdge-SCV-RootCA.crt The response for the above command should be "OK"
Installing the Root Certificate on RHEL platform: 1. Copy the CA certificate to the directory /etc/pki/ca-trust/source/anchors/: E.g: cp PowerEdge_SCV-RootCA.crt /etc/pki/ca-trust/source/anchors/ 2. Extract a CA certificate to the list of trusted CAs: update-ca-trust 3. Verify the SSL certificate: openssl verify PowerEdge_SCV-RootCA.crt The response for the above command should be "OK"