tls: automatic certificate renewal
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
package mime
|
||||
|
||||
const (
|
||||
YAML = "text/vnd.yaml"
|
||||
TAR = "application/tar"
|
||||
DISK = "application/x-diskimage"
|
||||
ISO = "application/x-iso9660-image"
|
||||
IPXE = "text/x-ipxe"
|
||||
OCTET = "application/octet-stream"
|
||||
YAML = "text/vnd.yaml"
|
||||
TAR = "application/tar"
|
||||
DISK = "application/x-diskimage"
|
||||
ISO = "application/x-iso9660-image"
|
||||
IPXE = "text/x-ipxe"
|
||||
OCTET = "application/octet-stream"
|
||||
CERT = "application/x-x509-user-cert"
|
||||
CACERT = "application/x-x509-ca-cert"
|
||||
)
|
||||
|
Reference in New Issue
Block a user