Key Connector
最后更新于
git clone https://github.com/bitwarden/key-connector.gitopenssl req -x509 -newkey rsa:4096 -sha256 -nodes -keyout bwkc.key -out bwkc.crt -subj "/CN=Bitwarden Key Connector" -days 36500
openssl pkcs12 -export -out ./bwkc.pfx -inkey bwkc.key -in bwkc.crt -passout pass:{Password}}cp secrets.json.example secrets.json "keyConnectorSettings": {
"webVaultUri": "https://localhost:8081",
"identityServerUri": "http://localhost:33657"
}pwsh setup_secrets.ps1dotnet run --project src/KeyConnector --configuration Development/usr/local/share/dotnet/x64/dotnet run --project src/KeyConnector --configuration Development