mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
15 lines
332 B
Go
15 lines
332 B
Go
package auth
|
|
|
|
type AuthOptions struct {
|
|
StorePath string
|
|
CaCertPath string
|
|
CaCertRemotePath string
|
|
ServerCertPath string
|
|
ServerKeyPath string
|
|
ClientKeyPath string
|
|
ServerCertRemotePath string
|
|
ServerKeyRemotePath string
|
|
PrivateKeyPath string
|
|
ClientCertPath string
|
|
}
|