Digicert certificate utility
Author: n | 2025-04-25
On your Windows Server, download and save the DigiCert Certificate Utility for Windows executable (DigiCertUtil.exe). Run the DigiCert Certificate Utility for Windows (double-click DigiCertUtil). In the DigiCert Certificate Utility for
DigiCert Certificate Utility for Windows
The Digicert Certificate Utility is probably one of the best certificate encryption tool out on the net.A lot of people become scared with key-pair encryption but key-pairs/certificates are actually fundamental easy to figure out. You have a secret private key that rests on a system or application, and that system/application gives to another system/application the public key. From there they scrabble and authentication communication. That’s about it.The struggles with Encryption, and SSL certificates is associated with the systems/applications that use them. Different applications from different venders tend to want things their own way, in certain formats, extensions, files, etc..Key features of the Digicert Certificate Utility that can help with the SSL Management are..SSL Certificate:Install certificates with a single clickGenerate a CSR for your orderInstall certificates to pending requestsRe-install certificates in one clickFind SSL Certificates on your serverView certificate detailsCopy certificates between serversConvert certificate into various formatsRenew certificatesFix intermediate certificate chain errorsEdit certificate friendly namesVerify certificate chainsTest certificatesDelete certificatesThings to know:If you use the utility to generate a CSR for an SSL Certificate then once the certificate is issued you will have to import your SSL Certificate using the utility to successfully configure your SSL certificate for binding into IIS, exporting as pfx format, exporting it as a .pem format, etc.. The Digicert Certificate Utility for SSL Certificates Automatically refers to the Windows account certificate stores on the Windows system. After installation you can export the certificate in an Apache .pem, .crt-.key format or a Windows pkcs12 .pfx format. Appling the certificate to what ever systems require it.Downloading and Installing The Digicert Certificate Utility.On your Windows server or workstation, download and save the Digicert Certificate Utility for Windows executable (DigiCertUtil.exe). Click HERE to download.Run the Digicert Certificate Utility for Windows by Double-click DigiCertUtil.Congrats you have downloaded and installed the Digicert Certificate Utility.How to Install Your New SSL Certificate Into The Digicert Certificate Utility:After you have enrolled for your SSL Certificate using a CSR generated from the utility you will then have to Import/Install the SSL Certificate after it gets issued. The CA should give you a pkxs7 format certificate also known
Delete Certificate with the DigiCert Utility
Wrong certificate:Resolutions:Make sure you are installing the correct certificate. Typically once the certificate is on your desktop as a .p7b file you can double click on it to read the information. make sure the certificate or one of the certificates in its chain is issued to your organization with the correct dates.Congrats you have just installed your SSL Certificate using the Digicert Certificate Utility for SSL.Since the Digicert Utility for SSL uses the systems Computer Account Local Computer Personal Certificate store for certificates. Your SSL Certificate will be ready to Assign and Bind to your IIS or Exchange. For instructions on how to bind your SSL Certificate refer to our article Windows Server 2008/2012/2016 (IIS 7/7.5 – IIS 8/8.5) Binding Instructions.Exporting your SSL Certificate in either PEM Apache or PFX formats:If you only used the Digicert Utility for the keypair generation of your SSL Certificate but need it applied elsewhere you can Export it in either .pfx or Apache pem and distribute it to what ever systems require it by following our article, Digicert Certificate Utility SSL Export InstructionsDigiCert Certificate Utility for Windows
Linux deployment includes some prerequisite verification before accessing the command line and installing the tool. ProcedureObtain the package from the Trend Vision One console.ImportantEach package is specific to your company. After installing the package, the endpoint starts reporting to your company's Trend Vision One console.Verify that the system is running OpenSSL version 1.1.1 or later by executing the following command:Extract the contents of the package by executing the following command:Verify that the signature and issuer of the certificate are valid.Execute the following command:openssl cms -verify -binary -no_check_time -in checksum.p7 -inform DER -verify -content checksum -purpose any -certsout need_to_check.certs -out /dev/nullThe expected output is Verification successful.NoteUse the need_to_check.certs certificate generated by the command in the subsequent verification steps.Verify that the certificate subject is Trend Micro, Inc and the issuer is DigiCert Inc by executing the following command:openssl crl2pkcs7 -nocrl -certfile need_to_check.certs | openssl pkcs7 -print_certs -nooutThe output should be:subject=C = US, O = "DigiCert, Inc.", CN = DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1issuer=C = US, O = DigiCert Inc, OU = www.digicert.com, CN = DigiCert Trusted Root G4subject=businessCategory = Private Organization, jurisdictionC = TW, serialNumber = 23310837, C = TW, ST = Taipei City, L = Da\E2\80\99an District, O = "Trend Micro, Inc.", CN = "Trend Micro, Inc."issuer=C = US, O = "DigiCert, Inc.", CN = DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1Verify that the checksum is valid by executing the following command:If the system does not return an error, you can begin installing the package.Install the agent.To install Trend Vision One Agent without a proxy, execute the following command:$ ./tmxbc installTo install Trend Vision One Agent with a specific proxy on the endpoint, execute the following command:$ ./tmxbc install --proxyURL For example:$ ./tmxbc install --proxyURL command only supports HTTP proxies and does not support the. On your Windows Server, download and save the DigiCert Certificate Utility for Windows executable (DigiCertUtil.exe). Run the DigiCert Certificate Utility for Windows (double-click DigiCertUtil). In the DigiCert Certificate Utility forDelete Certificate with the DigiCert Utility
Transferring an SSL Certificate from a Windows server to an Apache Server These instructions explain how to export an SSL certificate installed on a Microsoft server for importing to an Apache server. The SSL certificate file is exported as a .crt and .key file and includes the intermediate certificate. If you need your SSL certificate in a .pfx format, please see DigiCert Certificate Utility SSL Certificate Export Instructions (PFX Format). Background Apache servers split the SSL certificate parts into two separate files: .crt and .key files. The .crt file contains the public key file (SSL certificate file), and the .key file contains the associated private key. DigiCert provides your SSL certificate file (public key file). You use your server to generate the associated private key file as part of the CSR. You need both the public and private keys for an SSL certificate to function. Windows servers use .pfx files that contain the public key file (SSL certificate file) and the associated private key file. So, if transferring your SSL certificates from a Windows server to Apache, you need to export the certificate in an Apache compatible format, which splits the public (.crt) and private (.key) files. Export Prerequisites To export your certificate .crt file and its .key file for apache, the SSL certificate and its corresponding private key must be on the same computer/workstation. You may need to import the certificate to the computer that has the associated private key stored on it. (e.g., the laptop/desktop computer where you created the CSR) before you can successfully export the .crt and .key files. For help importing the certificate, see SSL Certificate Importing Instructions: DigiCert Certificate Utility. How to Export Your SSL Certificate w/Private Key Using the DigiCert Certificate Utility On your Windows Server from which you want to export the SSL certificate, download and save the DigiCert® Certificate Utility for Windows executable (DigiCertUtil.exe). Run the DigiCert® Certificate Utility for Windows (double-click DigiCertUtil). In the DigiCert Certificate Utility for Windows©, click SSL (gold lock), select the certificate that you want to export as a .pfx file, and then click Export Certificate. In the Certificate Export wizard, select Yes, export the private key, select key file (Apache compatible format), and then click Next. Note: If the Yes, export the private key option is grayed out (not unusable), the certificate's matching private key is not on that computer. This prevents you from being able to create the .key file for apache. To fix this problem, you will need to import the certificate to the same machine where the certificate's CSR was created. See Export Prerequisite. In the File name box, click … to browse the location where you want to save your files.DigiCert Certificate Utility for Windows
As a .p7b. The way they give you this certificate will vary.If your CA gives supplies the pkcs7 format SSL Certificate in the body of the email perform he following.Copy the SSL certificate and make sure to copy the —–BEGIN CERTIFICATE—– and —–END CERTIFICATE—– header and footer Ensure there are no white spaces, extra line breaks or additional characters. Use a plain text editor such as Notepad, paste the content of the certificate and save it with extension .p7b (When performing this on a Windows system the Icon of the file should change into a certificate icon)Save and move this .p7b file to the system where you have created the CSR using the Utility on.To complete and install your SSL Certificate perform the following.Run the Digicert Certificate Utility by Double-clicking the DigicertUtil.exe.In the Digicert Certificate Utility, Click SSL.Click Import.In the Certificate Import window click Browse.. and Open to specify the location and path of your SSL Certificate.Note: In the browse window change the file type to either PKCS#7 Certificates (*.p7b) or All Certificate Types (.pfx, .p12, .cer, .crt, .p7b) from the drop down to find your certificate.After specifying the location and path of the file click Next.You will see information about the certificate you have selected to import. In the Enter a new friendly name or you can accept the default field type a friendly name for the certificate. Something unique so that you can quickly identify this certificate.Click Finish.You should get confirmation that the certificate has been successfully install and see it within your list of code signing certificates.Note: If you get an error that states “Private Key Missing” this is due to the following causes…You did not create the CSR/Private key on this machine:Resolutions:Make sure you are on the correct system that has the Digicert Certificate Utility installed where you generated the CSR from.If you lost your private key or if the system where the CSR was generated using the Utility blew up then you will have to start from scratch by generating a new CSR, and performing a reissue/rekey of your SSL Certificate.You are installing the aDelete Certificate with the DigiCert Utility
DigiCert PKI Professional Services Leverage expertise and powerful solutions to deliver world-leadingdigital trust with your products or solutions. DigiCert PKI Professional Services Service Types DigiCert Solutions Resources Learn More Our Decades of Experience at Your FingertipsThe DigiCert Professional Services team combines deep expertise with a robust technology platform to offer you comprehensive, cost-effective, and scalable solutions for your enterprise, operations, and IoT needs. Many Services. One Strong Partnership.With an average of over a decade of experience in PKI, the DigiCert Professional Services team comprises experts who will work with you to design and implement digital trust using the solutions and services offered by DigiCert. Our services include: Custom-designed PKITailored configurations that fit your organization and provide automation and best practices for your use cases. PKI Policy ServicesPrecise recommendations for PKI policy needs, including policy mapping, RACI matrices, and relying party and subscriber agreements. Scanning & DiscoveryFull visibility over your environment, including integration with a number of qualified third-party discovery tools for data merging, analysis, and automation. Certificate Lifecycle ManagementSeamless automation for your entire certificate lifecycle, including server and applications configurations. Software installation & integrationDeployment of PKI platforms and solutions that precisely match your specific needs, with seamless integration into your existing architecture. Upgrades and transitioning servicesFrictionless upgrades or migrations that allow you to leverage the enhanced capabilities of a more robust PKI platform. PKI assessmentRapid and comprehensive identification of PKI functionality and gaps, for optimization, risk mitigation, and compliance needs. Health CheckConfigurations and enhancements for existing DigiCert PKI solutions that identify software updates, secure setup gaps, and evaluations of certificate and key management practices. API integrationFull integration with RESTful API for seamless operations between DigiCert trust solutions and your existing systems. Training & documentationAccess to customized technical documentation and knowledge resources that ensure transparency and expert PKI operations. DigiCert® ONE Digital Trust SolutionsWe deliver leading PKI services through the power of DigiCert ONE, our modern platform for digital trust. DigiCert ONE is a solutions portfolio that provides PKI trust across a variety of enterprise, software, IoT, and document authenticity use cases. Related Resources DatasheetProfessional Services for Digital Trust EBOOKDigital trust for the real world DATASHEETPackaged services overview Talk to an Xpert to Learn How DigiCert SolutionsCan Help You Deliver Digital TrustDigiCert Certificate Utility for Windows
SolvedI tried to connect to a remote computer using GoToMyPC, which usually works without a problem. Today, I got a Security Alert:Unable to determine if the security certificate for download server launch.getgo.com has been revoked?Do you want to download from this server?Is there some problem with the certificate?Hey jkerman ,If Windows is not automatically updating root certificates, it can lead to such issue.Here's a step-by-step guide to resolving this problem:Download the DigiCert Certificate Utility:Access the DigiCert website at the DigiCert Certificate Utility for Windows.Run the Utility:Execute the downloaded utility.Navigate to the "Tools" menu and select "AutoRootUpdate."Adjust AutoRootUpdate Setting:Change the setting to 'Disabled.'Confirm the selection with 'Yes' (set to 'Disabled').By following these steps, you can effectively address the root certificate auto-update issue on Windows. This solution aims to mitigate potential problems associated with the automatic update process. If you encounter any further challenges, feel free to reach out for additional assistance.. On your Windows Server, download and save the DigiCert Certificate Utility for Windows executable (DigiCertUtil.exe). Run the DigiCert Certificate Utility for Windows (double-click DigiCertUtil). In the DigiCert Certificate Utility for
Delete Certificate with the DigiCert Utility
This article covers the steps that are needed to configure your signing machine to use DigiCert KeyLocker with JarSigner.Before you begin:Ensure that you have generated your KeyLocker API key and client certificate (see: KeyLocker Configuration for Windows).Log in to your DigiCert ONE account to view and copy the keypair alias for your code signing certificate.Designate a signer for your certificate in DigiCert ONE (see: Understanding Signer Privileges in KeyLocker: Ensuring Proper Assignment for Code Signing for more information).Download a copy of your code signing certificate from your DigiCert ONE account. This file is referenced in the SignTool command.Install the Java Development Kit (JDK). This can be downloaded here. Set your Environment Variables:1. Locate Environment Variables via the Start Menu.2. The System Properties window will open. Click on the Environmental Variables button.3. Highlight the Path variable and click Edit.4. Click on New and enter the directory into which DigiCert KeyLocker Tools was installed. Note: The default directory is C:\Program Files\DigiCert\DigiCert KeyLocker Tools\.5. Click on New and enter the directory which contains the file jarsigner.exe.6. Click OK to save the new paths and return to the Environment Variables window.7. Create a new variable by clicking on New.8. Enter the following:Variable name: SM_HOSTVariable value: This variable specifies the URL which the signing machine uses to connect to KeyLocker.Click OK to create the new variable.9. Create a second new variable and enter the following:Variable name: SM_CLIENT_CERT_FILEVariable value: C:\clientcertpath\Certificate_pkcs12.p12Note: This is the location of the client certificate which you downloaded from your DigiCert ONE account. This certificate is used to authenticate with KeyLocker.Click OK to create the new variable.10. Create a third variable and enter the following:Variable name: SM_API_KEYVariable value: Paste your API Key string into this field.11. Create a fourth variable and enter the following:Variable name: SM_CLIENT_CERT_PASSWORDVariable value: Paste your client certificate password into this field.12. Click OK in the Environment Variables window and again in the System Properties window to save the new variables. Synchronize and test your certificate configuration:1. Synchronize your certificate using the following command: smctl windows certsync --keypair-alias=You should receive the following response: Syncing certificate for alias: , ID: and SHA1 Fingerprint: 2. Run the following command: smctl healthcheckEnsure that the following items are correct:Username: Your DigiCert ONE user name.Host: key: Your DigiCert ONE API key.Client certificate file path: The location of your client certificate.Client certificate password: The password for your client certificate.If JarSigner has been mapped correctly, it will be displayed here:Once you have confirmed that the information above is correct, you are ready to begin signing your files. Sign your files:NOTE: The JarSigner command references two files which are located in the DigiCert KeyLocker Tools folder: digicert-jce-1.0.jar and bcprov-jdk18on-1.77.jarIf you have not installed KeyLocker Tools v1.47.0 (or higher), these files will not be found.The syntax for the signing command is as follows:jarsigner -J-Djava.class.path=\digicert-jce-1.0.jar;\bcprov-jdk18on-1.77.jar -keystore NONE -storetype DIGICERT -storepass changeit -providerClass com.digicert.jce.Provider -signedjar -sigalg -tsa Example:jarsigner -J-Djava.class.path="C:\Program Files\DigiCert\DigiCert Keylocker Tools\digicert-jce-1.0".jar;"C:\Program Files\DigiCert\DigiCert Keylocker Tools\bcprov-jdk18on-1.77.jar" -keystore NONE -storetype DIGICERT -storepass changeit -providerClass com.digicert.jce.Provider -signedjar C:\filestosignpath\myfile.jar -sigalg SHA256withRSA -tsa C:\filestosignpath\myfile.jar mykeylockercertIf theDigiCert Certificate Utility for Windows
It should stop working short of an out of range date error. If the certificate values change, either someone has inadvertently made changes, or a file has become corrupt.Using Uptrends’ SSL Certificate Monitoring, you can perform content matches on the individual certificate values, and if the values change, your alert settings will let you know about the changes. You can check multiple fields or only one (site administrators commonly monitor fingerprints and serial numbers). Uptrends lets you monitor the following values:Common name: the site’s domain name, e.g., mydomain.com or *.mydomain.com for a wildcard certificateOrganization: e.g., My Organization L.L.C.Organizational Unit: e.g., MarketingSerial number: The unique identifier assigned to the certificate, e.g., 1E:DB:AF:6D:D5:1E:35:71:02:00:00:00:00:5F:98:BBFingerprint/thumbprint: A unique identifier computed from the certificate (the fingerprint is not part of the certificate but generated from it).Issued by common name: e.g., DigiCert SHA2 High Assurance Server CAIssued by Organization: e.g., DigiCert IncIssued by organizational unit: e.g., digicert.comIf the values change, you may find a reasonable explanation, but the changes may be due to a spoofed or compromised certificate.TakeawayIt’s easy to forget an SSL certificate expiration date, especially when you manage several certificates.Expiration reminders from the certificate providers may go to unwatched or dead inboxes due to changes in personnel.An expired certificate triggers a browser warning for users.Approximately 70 percent of users will not push past a browser security warning.Checking certificate values such as the fingerprint can help you identify hacked or spoofed certificates.Uptrends’ SSL Certificate Monitoring can store all your certificate information in one centralized location for easy management.Uptrends can notify you about upcoming expiration dates to help you avoid expired certificates.New browser-imposed rules going into effect later this year that limit certificate expiration dates to one-year maximums.Uptrends’ SSL Certificate Monitors are fast and easy to set up. All you need is some basic information and an Uptrends account. If you don’t have an Uptrends account, we can set you up with a no-hassle 30-day free trial.. On your Windows Server, download and save the DigiCert Certificate Utility for Windows executable (DigiCertUtil.exe). Run the DigiCert Certificate Utility for Windows (double-click DigiCertUtil). In the DigiCert Certificate Utility forDelete Certificate with the DigiCert Utility
In the Save As window, browse for and select the location where you want to save your .key and .crt files. Provide a file name (i.e. your_domain_com.key) for your .key file, noting that your server .crt file will have the same name (i.e your_domain_com.crt). Click Save. In the Certificate Export wizard, click Finish. This exports the following files that you need to copy to your Apache server: Private Key: your_domain_com.key Server Certificate: your_domain_com.crt Intermediate Certificate: DigiCertCA.crt After you receive the "Your certificate and key have been successfully exported" message, click OK. Enable Certificate Files on Apache and Other Servers Using Apache Format To enable these certificate files in Apache or other Server types that use SSL certificate files in Apache format, you need to follow the instructions for that particular server type: Apache cPanel Nginx Ubuntu For other server types that use certificate files in Apache format, please see SSL Certificate Installation Instructions & Tutorials to find the SSL certificate installation instructions for your server type. Test Your Installation To verify that the installation is correct, use our DigiCert® SSL Installation Diagnostics Tool and enter the DNS name of the site (i.e. www.yourdomain.com, or mail.yourdomain.com) that you are securing to test your SSL certificate.Comments
The Digicert Certificate Utility is probably one of the best certificate encryption tool out on the net.A lot of people become scared with key-pair encryption but key-pairs/certificates are actually fundamental easy to figure out. You have a secret private key that rests on a system or application, and that system/application gives to another system/application the public key. From there they scrabble and authentication communication. That’s about it.The struggles with Encryption, and SSL certificates is associated with the systems/applications that use them. Different applications from different venders tend to want things their own way, in certain formats, extensions, files, etc..Key features of the Digicert Certificate Utility that can help with the SSL Management are..SSL Certificate:Install certificates with a single clickGenerate a CSR for your orderInstall certificates to pending requestsRe-install certificates in one clickFind SSL Certificates on your serverView certificate detailsCopy certificates between serversConvert certificate into various formatsRenew certificatesFix intermediate certificate chain errorsEdit certificate friendly namesVerify certificate chainsTest certificatesDelete certificatesThings to know:If you use the utility to generate a CSR for an SSL Certificate then once the certificate is issued you will have to import your SSL Certificate using the utility to successfully configure your SSL certificate for binding into IIS, exporting as pfx format, exporting it as a .pem format, etc.. The Digicert Certificate Utility for SSL Certificates Automatically refers to the Windows account certificate stores on the Windows system. After installation you can export the certificate in an Apache .pem, .crt-.key format or a Windows pkcs12 .pfx format. Appling the certificate to what ever systems require it.Downloading and Installing The Digicert Certificate Utility.On your Windows server or workstation, download and save the Digicert Certificate Utility for Windows executable (DigiCertUtil.exe). Click HERE to download.Run the Digicert Certificate Utility for Windows by Double-click DigiCertUtil.Congrats you have downloaded and installed the Digicert Certificate Utility.How to Install Your New SSL Certificate Into The Digicert Certificate Utility:After you have enrolled for your SSL Certificate using a CSR generated from the utility you will then have to Import/Install the SSL Certificate after it gets issued. The CA should give you a pkxs7 format certificate also known
2025-04-13Wrong certificate:Resolutions:Make sure you are installing the correct certificate. Typically once the certificate is on your desktop as a .p7b file you can double click on it to read the information. make sure the certificate or one of the certificates in its chain is issued to your organization with the correct dates.Congrats you have just installed your SSL Certificate using the Digicert Certificate Utility for SSL.Since the Digicert Utility for SSL uses the systems Computer Account Local Computer Personal Certificate store for certificates. Your SSL Certificate will be ready to Assign and Bind to your IIS or Exchange. For instructions on how to bind your SSL Certificate refer to our article Windows Server 2008/2012/2016 (IIS 7/7.5 – IIS 8/8.5) Binding Instructions.Exporting your SSL Certificate in either PEM Apache or PFX formats:If you only used the Digicert Utility for the keypair generation of your SSL Certificate but need it applied elsewhere you can Export it in either .pfx or Apache pem and distribute it to what ever systems require it by following our article, Digicert Certificate Utility SSL Export Instructions
2025-04-10Transferring an SSL Certificate from a Windows server to an Apache Server These instructions explain how to export an SSL certificate installed on a Microsoft server for importing to an Apache server. The SSL certificate file is exported as a .crt and .key file and includes the intermediate certificate. If you need your SSL certificate in a .pfx format, please see DigiCert Certificate Utility SSL Certificate Export Instructions (PFX Format). Background Apache servers split the SSL certificate parts into two separate files: .crt and .key files. The .crt file contains the public key file (SSL certificate file), and the .key file contains the associated private key. DigiCert provides your SSL certificate file (public key file). You use your server to generate the associated private key file as part of the CSR. You need both the public and private keys for an SSL certificate to function. Windows servers use .pfx files that contain the public key file (SSL certificate file) and the associated private key file. So, if transferring your SSL certificates from a Windows server to Apache, you need to export the certificate in an Apache compatible format, which splits the public (.crt) and private (.key) files. Export Prerequisites To export your certificate .crt file and its .key file for apache, the SSL certificate and its corresponding private key must be on the same computer/workstation. You may need to import the certificate to the computer that has the associated private key stored on it. (e.g., the laptop/desktop computer where you created the CSR) before you can successfully export the .crt and .key files. For help importing the certificate, see SSL Certificate Importing Instructions: DigiCert Certificate Utility. How to Export Your SSL Certificate w/Private Key Using the DigiCert Certificate Utility On your Windows Server from which you want to export the SSL certificate, download and save the DigiCert® Certificate Utility for Windows executable (DigiCertUtil.exe). Run the DigiCert® Certificate Utility for Windows (double-click DigiCertUtil). In the DigiCert Certificate Utility for Windows©, click SSL (gold lock), select the certificate that you want to export as a .pfx file, and then click Export Certificate. In the Certificate Export wizard, select Yes, export the private key, select key file (Apache compatible format), and then click Next. Note: If the Yes, export the private key option is grayed out (not unusable), the certificate's matching private key is not on that computer. This prevents you from being able to create the .key file for apache. To fix this problem, you will need to import the certificate to the same machine where the certificate's CSR was created. See Export Prerequisite. In the File name box, click … to browse the location where you want to save your files.
2025-04-16As a .p7b. The way they give you this certificate will vary.If your CA gives supplies the pkcs7 format SSL Certificate in the body of the email perform he following.Copy the SSL certificate and make sure to copy the —–BEGIN CERTIFICATE—– and —–END CERTIFICATE—– header and footer Ensure there are no white spaces, extra line breaks or additional characters. Use a plain text editor such as Notepad, paste the content of the certificate and save it with extension .p7b (When performing this on a Windows system the Icon of the file should change into a certificate icon)Save and move this .p7b file to the system where you have created the CSR using the Utility on.To complete and install your SSL Certificate perform the following.Run the Digicert Certificate Utility by Double-clicking the DigicertUtil.exe.In the Digicert Certificate Utility, Click SSL.Click Import.In the Certificate Import window click Browse.. and Open to specify the location and path of your SSL Certificate.Note: In the browse window change the file type to either PKCS#7 Certificates (*.p7b) or All Certificate Types (.pfx, .p12, .cer, .crt, .p7b) from the drop down to find your certificate.After specifying the location and path of the file click Next.You will see information about the certificate you have selected to import. In the Enter a new friendly name or you can accept the default field type a friendly name for the certificate. Something unique so that you can quickly identify this certificate.Click Finish.You should get confirmation that the certificate has been successfully install and see it within your list of code signing certificates.Note: If you get an error that states “Private Key Missing” this is due to the following causes…You did not create the CSR/Private key on this machine:Resolutions:Make sure you are on the correct system that has the Digicert Certificate Utility installed where you generated the CSR from.If you lost your private key or if the system where the CSR was generated using the Utility blew up then you will have to start from scratch by generating a new CSR, and performing a reissue/rekey of your SSL Certificate.You are installing the a
2025-04-15SolvedI tried to connect to a remote computer using GoToMyPC, which usually works without a problem. Today, I got a Security Alert:Unable to determine if the security certificate for download server launch.getgo.com has been revoked?Do you want to download from this server?Is there some problem with the certificate?Hey jkerman ,If Windows is not automatically updating root certificates, it can lead to such issue.Here's a step-by-step guide to resolving this problem:Download the DigiCert Certificate Utility:Access the DigiCert website at the DigiCert Certificate Utility for Windows.Run the Utility:Execute the downloaded utility.Navigate to the "Tools" menu and select "AutoRootUpdate."Adjust AutoRootUpdate Setting:Change the setting to 'Disabled.'Confirm the selection with 'Yes' (set to 'Disabled').By following these steps, you can effectively address the root certificate auto-update issue on Windows. This solution aims to mitigate potential problems associated with the automatic update process. If you encounter any further challenges, feel free to reach out for additional assistance.
2025-04-25