How do I obtain a Digital Certificate from my Certificate Authority (CA)?

How do I obtain a Digital Certificate from my Certificate Authority (CA)?

How do I obtain a Digital Certificate from my Certificate Authority (CA)?

This article will describe the 2 most popular methods for obtaining a Digital Certificate from your online Certificate Authority (or CA). I will not elaborate on the reasons for doing so, and if you feel uncomfortable about these issues I suggest you take a look at the related articles at the bottom of this page.

Get Real-Time Insight Into Your Exchange Server’s Health
How do I obtain a Digital Certificate from my Certificate Authority (CA)?

SolarWinds FREE Exchange Monitor continuously monitors Microsoft® Exchange.

Exchange Monitor Delivers real-time insight into Exchange services, mail queue sizes, and host server health. Ensure this mission-critical app never fails.

Get the Free Download Here!

 

As stated above, there are 2 easy methods for obtaining a Digital Certificate from your online CA.

Digital Certificates can be granted to users based upon their roles and group membership. For example, a regular user that wants to enroll for a certificate will only be allowed to enroll for a specific set of Digital Certificates, while another user that is a member of the Domain Admins group will be allowed to enroll for a different set of certificates that can be used for a variety of functions, including Recovery Agents, IPSec, SSL and so on.

User Digital Certificates are valid for different purposes, including:

  • Allowing data on disk to be encrypted
  • Protecting e-mail messages
  • Proving the user’s identity to a remote computer

Method #1 – By using a custom MMC

In this method a user will need to open a custom MMC and enroll by use of the MMC GUI.

In order to obtain a Digital Certificate by use of a custom MMC please perform the following steps:

  1. Go to the Start menu > Run > type MMC and press Enter.
  2. In the MMC window, go to the File menu and select Add/Remove Snap-In.
  3. In the Add/Remove Snap-In window press the Add button.
  4. Select Certificates from the available list of snap-ins and click Add.
  5. In the user attempting this action is a member of the Domain Admins or Administrative groups he or she will be presented with a Certificates Snap-In window, asking whether the certificate will be issued to the user account, the computer or a service running on the computer. We will choose My User Account. Click Finish.
  6. Expand Certificates – Current User > Personal.

Note: There may be a Certificate folder under the Personal folder. Ignore it for now.

  1. Right-click the Personal folder and select All Tasks > Request New Certificate.

How do I obtain a Digital Certificate from my Certificate Authority (CA)?

  1. In the Certificate Request wizard click Next.

How do I obtain a Digital Certificate from my Certificate Authority (CA)?

  1. In the Certificates Type select User.

Note: Depending on the groups your user account belongs to, you might also see other certificate types. Ignore them for now.

How do I obtain a Digital Certificate from my Certificate Authority (CA)?

  1. In the Friendly name type a name for the certificate, for example “Daniel’s User Certificate” or similar.

Lamer note: Use your own name… duh…

How do I obtain a Digital Certificate from my Certificate Authority (CA)?

Click Next.

  1. In the final page of the wizard click Finish. If all went well (and there is no reason why it won’t) you’ll get a confirmation message. Acknowledge it.

How do I obtain a Digital Certificate from my Certificate Authority (CA)? How do I obtain a Digital Certificate from my Certificate Authority (CA)?

You now have a new Digital Certificate. You can view it by going to the Certificates – Current User > Personal > Certificates folder within the current MMC window. Double-click on the new certificate and inspect the information found in it.

How do I obtain a Digital Certificate from my Certificate Authority (CA)?

 



Method #2 – By using a web browser

In this method a user will need to open his or her web browser and surf to a given URL – that in fact is the URL for the online CA.

In order to obtain a Digital Certificate by use of a a web browser please perform the following steps:

  1. Open an Internet browser such as Internet Explorer, Opera or Firefox.
  2. In the address bar type the following URL:

http://server_name/certsrv

where server_name is the FQDN or the IP of the server that is hosting the CA.

  1. In the Welcome screen click “Request a certificate”.

How do I obtain a Digital Certificate from my Certificate Authority (CA)?

  1. In the “Request a certificate” screen click “User Certificate”.

How do I obtain a Digital Certificate from my Certificate Authority (CA)?

  1. In the “User Certificate – Identifying Information” window, if a warning message appears telling you that there is a Potential Scripting Violation click Yes.

How do I obtain a Digital Certificate from my Certificate Authority (CA)? How do I obtain a Digital Certificate from my Certificate Authority (CA)?

Click Submit.

How do I obtain a Digital Certificate from my Certificate Authority (CA)?

  1. In the “Certificate Issued” window click on “Install this certificate”.

How do I obtain a Digital Certificate from my Certificate Authority (CA)? How do I obtain a Digital Certificate from my Certificate Authority (CA)?

  1. When the “Certificate Installed” window screen close the browser window.

You now have a new Digital Certificate. You can view it by going to the Tools > Internet Options > Content tab within the current Internet Explorer window. Click on the Certificates button. Look for the new certificate in the Personal tab, double-click on it and inspect the information found within.

How do I obtain a Digital Certificate from my Certificate Authority (CA)? How do I obtain a Digital Certificate from my Certificate Authority (CA)?

You can also choose to export your new certificate by selecting the certificate and pressing the Export button.

How do I obtain a Digital Certificate from my Certificate Authority (CA)? How do I obtain a Digital Certificate from my Certificate Authority (CA)? How do I obtain a Digital Certificate from my Certificate Authority (CA)? How do I obtain a Digital Certificate from my Certificate Authority (CA)? How do I obtain a Digital Certificate from my Certificate Authority (CA)?

Related articles

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/101202.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • Python网络爬虫之抓取订餐信息「建议收藏」

    Python网络爬虫之抓取订餐信息「建议收藏」本文以大众点评网为例,获取页面的餐馆信息,以达到练习使用python的目的。

    2022年6月17日
    38
  • 你的礼物

    你的礼物你的礼物

    2022年4月23日
    37
  • pycharm如何安装第三方库_python第三方库离线安装

    pycharm如何安装第三方库_python第三方库离线安装1.安装第三方库首先打开pycharm,点击【file】->【Setting】,如图所示:打开后如图所示:右侧则显示出已经安装的包,如果想安装新的包,点击绿色加号。2.安装插件首先点击插件:如图所示:点击下方中可以从网络或者本地安装插件。3.利用命令行安装包打开命令行窗口,这不许多说。语法为:pipinstall包名注意:包名不要写错哦当然前提是你要安装了pip包,我用的是pyth

    2022年8月25日
    6
  • BaseDao[通俗易懂]

    BaseDao[通俗易懂]BaseDao

    2022年4月24日
    112
  • Windows10系统设置定时关机「建议收藏」

    Windows10系统设置定时关机「建议收藏」1.输入cmd运行命令提示符2.输入 shutdown–s–t3600   [注:3600为倒计时的秒数,此语句为系统在一小时后关机]/*shutdown命令的参数:shutdown-a 取消关机shutdown-s关机shutdown-f 强行关闭应用程序shutdown-m计算机名 控制远程计算机shutdown-i 显示“远程关机”图形用户界面,…

    2022年5月15日
    42
  • Mybatis拦截器

    Mybatis拦截器一Mybatis拦截器介绍    Mybatis拦截器设计的初衷就是为了供用户在某些时候可以实现自己的逻辑而不必去动Mybatis固有的逻辑。通过Mybatis拦截器我们可以拦截某些方法的调用,我们可以选择在这些被拦截的方法执行前后加上某些逻辑,也可以在执行这些被拦截的方法时执行自己的逻辑而不再执行被拦截的方法。所以Mybatis拦截器的使用范围是…

    2022年7月25日
    20

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号