溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

04-01-安裝第1臺(tái)證書頒發(fā)機(jī)構(gòu) on Win 2019 Core

發(fā)布時(shí)間:2020-07-10 18:42:04 來源:網(wǎng)絡(luò) 閱讀:257 作者:CTO_LiuJinFeng 欄目:建站服務(wù)器

《系統(tǒng)工程師實(shí)戰(zhàn)培訓(xùn)》

-04-部署證書頒發(fā)機(jī)構(gòu)

-01-安裝第1臺(tái)證書頒發(fā)機(jī)構(gòu)

on Win 2019 Core

作者:學(xué) 無 止 境

QQ交流群:454544014


C:\Users\Administrator.i-x-Cloud>PowerShell

Windows PowerShell

版權(quán)所有 (C) Microsoft Corporation。保留所有權(quán)利。

PS C:\Users\Administrator.i-x-Cloud> HostName

021-CA01

PS C:\Users\Administrator.i-x-Cloud> IPConfig /ALL

Windows IP 配置

主機(jī)名 . . . . . . . . . . . . . : 021-CA01

DNS 后綴 . . . . . . . . . . . : i-x-Cloud.com

節(jié)點(diǎn)類型 . . . . . . . . . . . . : 混合

IP 路由已啟用 . . . . . . . . . . : 否

WINS 代理已啟用 . . . . . . . . . : 否

DNS 后綴搜索列表 . . . . . . . . : i-x-Cloud.com

以太網(wǎng)適配器 Ethernet0:

連接特定的 DNS 后綴 . . . . . . . :

描述. . . . . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connection

物理地址. . . . . . . . . . . . . : 00-0C-29-91-98-00

DHCP 已啟用 . . . . . . . . . . . : 否

自動(dòng)配置已啟用. . . . . . . . . . : 是

本地鏈接 IPv6 地址. . . . . . . . : fe80::50:ec20:66f7:2a1a%6(首選)

IPv4 地址 . . . . . . . . . . . . : 10.1.1.21(首選)

子網(wǎng)掩碼 . . . . . . . . . . . . : 255.255.255.0

默認(rèn)網(wǎng)關(guān). . . . . . . . . . . . . : 10.1.1.254

DHCPv6 IAID . . . . . . . . . . . : 100666409

DHCPv6 客戶端 DUID . . . . . . . : 00-01-00-01-23-9D-91-9D-00-0C-29-91-98-00

DNS 服務(wù)器 . . . . . . . . . . . : 10.1.1.11

10.1.1.12

TCPIP 上的 NetBIOS . . . . . . . : 已啟用

PS C:\Users\Administrator.i-x-Cloud>

04-01-安裝第1臺(tái)證書頒發(fā)機(jī)構(gòu) on Win 2019 Core

Add-WindowsFeature ADCS-Cert-Authority, ADCS-Web-Enrollment

04-01-安裝第1臺(tái)證書頒發(fā)機(jī)構(gòu) on Win 2019 Core

Install-AdcsCertificationAuthority -CAType EnterpriseRootCa -ValidityPeriod Years -ValidityPeriodUnits 99 -DatabaseDirectory "D:\Windows\system32\CertLog" -LogDirectory "D:\Windows\system32\CertLog" -whatif //非安裝僅查看

04-01-安裝第1臺(tái)證書頒發(fā)機(jī)構(gòu) on Win 2019 Core

Install-AdcsCertificationAuthority -CAType EnterpriseRootCa -ValidityPeriod Years -ValidityPeriodUnits 99 -DatabaseDirectory "D:\Windows\system32\CertLog" -LogDirectory "D:\Windows\system32\CertLog" //安裝CA

04-01-安裝第1臺(tái)證書頒發(fā)機(jī)構(gòu) on Win 2019 Core

Install-AdcsWebEnrollment

04-01-安裝第1臺(tái)證書頒發(fā)機(jī)構(gòu) on Win 2019 Core

ninstall-AdcsCertificationAuthority -Force

Set-NetFirewallProfile -Profile Domain -Enabled False //關(guān)閉域防火墻僅參考

04-01-安裝第1臺(tái)證書頒發(fā)機(jī)構(gòu) on Win 2019 Core

本文已完成!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI