IIS クライアント証明書マッピング認証用に oneToOneMappings を追加する場合。明らかな理由から、パスワードを暗号化したいと考えています。しかし、次のスクリプトを実行しようとすると:
appcmd.exe set config "Default Web Site" -section:system.webServer/security/authentication/iisClientCertificateMappingAuthentication
/+"oneToOneMappings.[userName='testUser',password='securePassWord!1',certificate='CERTIFICATE_BLOB']" /commit:apphost
キーセットが存在しないというエラーが表示されます。
ERROR ( hresult:80090016, message:Failed to commit configuration changes.
Keyset does not exist
これをどのように解決しますか?
(Windows XPでこれを実行します)