Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var CACrt = `` /* 1817-byte string literal not displayed */
CACrt is the certificate authority certificate.
var ClientTest01Crt = `` /* 1569-byte string literal not displayed */
ClientTest01Crt is the certificate for client-test01.
var ClientTest01Key = `` /* 1678-byte string literal not displayed */
ClientTest01Key is the key for client-test01.
var ClientTest02Crt = `` /* 1569-byte string literal not displayed */
ClientTest02Crt is the certificate for client-test02.
var ClientTest02Key = `` /* 1674-byte string literal not displayed */
ClientTest02Key is the key for client-test02.
var ClientTest03Crt = `` /* 1569-byte string literal not displayed */
ClientTest03Crt is the certificate for client-test03.
var ClientTest03Key = `` /* 1678-byte string literal not displayed */
ClientTest03Key is the key for client-test03.
var SignerCerts = map[uint64][]byte{ 1: []byte(SignerTest01Crt), 2: []byte(SignerTest02Crt), 3: []byte(SignerTest03Crt), 4: []byte(SignerTest04Crt), 5: []byte(SignerTest05Crt), }
SignerCerts gives access to signer certificates by ID.
var SignerKeys = map[uint64][]byte{ 1: []byte(SignerTest01Key), 2: []byte(SignerTest02Key), 3: []byte(SignerTest03Key), 4: []byte(SignerTest04Key), 5: []byte(SignerTest05Key), }
SignerKeys gives access to signer keys by ID.
var SignerTest01Crt = `` /* 1569-byte string literal not displayed */
SignerTest01Crt is the certificate for singer-test01.
var SignerTest01Key = `` /* 1678-byte string literal not displayed */
SignerTest01Key is the certificate for singer-test01.
var SignerTest02Crt = `` /* 1569-byte string literal not displayed */
SignerTest02Crt is the certificate for singer-test02.
var SignerTest02Key = `` /* 1678-byte string literal not displayed */
SignerTest02Key is the key for singer-test02.
var SignerTest03Crt = `` /* 1569-byte string literal not displayed */
SignerTest03Crt is the certificate for singer-test03.
var SignerTest03Key = `` /* 1674-byte string literal not displayed */
SignerTest03Key is the certificate for singer-test03.
var SignerTest04Crt = `` /* 1569-byte string literal not displayed */
SignerTest04Crt is the certificate for singer-test04.
var SignerTest04Key = `` /* 1678-byte string literal not displayed */
SignerTest04Key is the key for singer-test04.
var SignerTest05Crt = `` /* 1569-byte string literal not displayed */
SignerTest05Crt is the certificate for singer-test05.
var SignerTest05Key = `` /* 1678-byte string literal not displayed */
SignerTest05Key is the key for singer-test05.
Functions ¶
func SetupCerts ¶
SetupCerts sets up a number of certificates on-disk in the provided location.
Types ¶
This section is empty.