# Functions
NewAutoCert returns a new AutoCert cache using Blob Storage.
SanitizeFileName replaces invalid characters from given filename.
ValidateKey checks if key is is valid format.
# Variables
ErrInvalidKeyFormat is returned when blob key is in invalid format.
ErrNotFound is returned when given blob is not found.
# Interfaces
Storage is how Fider persists blobs.