Certificates(Local Computer)\Personal\Certificates folder is open.
The Property Sheet opens.

netsh http add sslcert ipport=0.0.0.0:9117 certhash=Thumbprint appid={Native Process App Guid}.
Where Thumbprint is text copied from step no 3 and Native Process App Guid value copied in step 5.
For Example netsh http add sslcert ipport=0.0.0.0:9117 certhash=02096186dfbfebfebd9353b0ab43a40342a2e9e3 appid={458871b1-fafd-4cb5-abae-019d930da862}
SSL Certificate successfully added
netsh http show sslcert ipport=0.0.0.0:9117SSL Certificate bindings:-------------------------IP:port : 0.0.0.0:9117Certificate Hash : 02096186dfbfebfebd9353b0ab43a40342a2e9e3Application ID : {458871b1-fafd-4cb5-abae-019d930da862}Certificate Store Name : (null)Verify Client Certificate Revocation : EnabledVerify Revocation Using Cached Client Certificate Only : DisabledUsage Check : EnabledRevocation Freshness Time : 0URL Retrieval Timeout : 0Ctl Identifier : (null)Ctl Store Name : (null)DS Mapper Usage : DisabledNegotiate Client Certificate : DisabledReject Connections : DisabledDisable HTTP2 : Not SetDisable QUIC : Not SetDisable TLS1.3 : Not SetDisable OCSP Stapling : Not Set
netsh http delete sslcert ipport=0.0.0.0:9117