keytool,http://jingyan.baidu.com/article/b0b63dbfe18eff4a483070f4.html生成的是jks私鑰苗沧,然后cert證書(shū)公鑰辅柴;
New-SelfSignedCertificatehttps://technet.microsoft.com/library/hh848633
生成cert證書(shū)卢佣,包含私鑰
Export-PfxCertificate 然后生成pfx檩电,或者在控制面板中的證書(shū)管理工具里贤笆,導(dǎo)出pfx
example:
New-SelfSignedCertificate -Type Custom -Subject "CN=Brilte PresentFish,OU=Yzbai,DC=brlite" -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.2","2.5.29.17={text}upn=yzbai@brlite.com") -KeyUsage DigitalSignature -KeyAlgorithm RSA -KeyLength 2048 -CertStoreLocation "C:\"
歡迎來(lái)訪本人的github上項(xiàng)目:https://github.com/yzbai/HB.Framework郁副,一個(gè)輔助最新asp.net core 2 的框架類(lèi)庫(kù)减牺。