fs.Var(keySecrets,"key-secrets","A comma-separated list of base64 encoded 32 byte strings used as symmetric keys used to encrypt/decrypt signing key data in DB. The first key is considered the active key and used for encryption, while the others are used to decrypt.")
fs.Var(keySecrets,"key-secrets","A comma-separated list of base64 encoded 32 byte strings used as symmetric keys used to encrypt/decrypt signing key data in DB. The first key is considered the active key and used for encryption, while the others are used to decrypt.")
useOldFormat:=fs.Bool("use-deprecated-secret-format",false,"In prior releases, the database used AES-CBC to encrypt keys. New deployments should use the default AES-GCM encryption.")
fs.Var(keySecrets,"key-secrets","A comma-separated list of base64 encoded 32 byte strings used as symmetric keys used to encrypt/decrypt signing key data in DB. The first key is considered the active key and used for encryption, while the others are used to decrypt.")
fs.Var(keySecrets,"key-secrets","A comma-separated list of base64 encoded 32 byte strings used as symmetric keys used to encrypt/decrypt signing key data in DB. The first key is considered the active key and used for encryption, while the others are used to decrypt.")
useOldFormat:=fs.Bool("use-deprecated-secret-format",false,"In prior releases, the database used AES-CBC to encrypt keys. New deployments should use the default AES-GCM encryption.")
dbMaxIdleConns:=fs.Int("db-max-idle-conns",0,"maximum number of connections in the idle connection pool")
dbMaxIdleConns:=fs.Int("db-max-idle-conns",0,"maximum number of connections in the idle connection pool")
dbMaxOpenConns:=fs.Int("db-max-open-conns",0,"maximum number of open connections to the database")
dbMaxOpenConns:=fs.Int("db-max-open-conns",0,"maximum number of open connections to the database")