Installing new SSL certificate on SCOM 2012 R2
Installing new SSL certificate on SCOM 2012 R2 1- Create a setup information file for use with the CertReq command-line utility To create a setup information “RequestConfig.inf.” in order to utilize for cert requests [NewRequest] Subject="CN=<FQDN of computer you are creating the certificate, for example, the gateway server or management server.>" Exportable=TRUE KeyLength=2048 KeySpec=1 KeyUsage=0xf0 MachineKeySet=TRUE [EnhancedKeyUsageExtension] OID=1.3.6.1.5.5.7.3.1 OID=1.3.6.1.5.5.7.3.2 -------------------- Add additional OIDs here ------------------- An OID is a numeric value that identifies the application or service for which a certificate is used and is automatically attached to a certificate when it is created by a certificate authority (CA). For example, certificates used for client authentication use the OID 1.3.6.1.5.5.7.3.2. To view OIDs: Run | mmc add the certificates Snap-in| Personal |Certificates Sel...