Documentation ¶
Index ¶
Constants ¶
View Source
const IntermediateCaRequestBody = `` /* 140-byte string literal not displayed */
View Source
const PasswordPostRequestBody = `
{
"name": "mypasswd",
"type": "password"
}
`
View Source
const RegularCertRequestBody = `` /* 175-byte string literal not displayed */
View Source
const RootCaRequestBody = `
{
"name": "my_cert",
"type": "certificate",
"parameters": {
"is_ca": true,
"common_name": "bosh.io"
}
}
`
View Source
const RsaKeyPairRequestBody = `
{
"name": "my_rsa_key",
"type": "rsa"
}
`
View Source
const SshKeypairRequestBody = `
{
"name": "my_ssh_key",
"type": "ssh"
}
`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.