lego/providers/dns/gcloud/fixtures/gce_account_service_file.json

11 lines
233 B
JSON
Raw Normal View History

{
"project_id": "A",
"type": "service_account",
"client_email": "foo@bar.com",
"private_key_id": "pki",
"private_key": "pk",
"token_uri": "/token",
"client_secret": "secret",
"client_id": "C",
"refresh_token": "D"
}