certFile:=fs.String("tls-cert-file","","the server's certificate file for TLS connection")
keyFile:=fs.String("tls-key-file","","the server's private key file for TLS connection")
...
...
@@ -42,6 +44,10 @@ func main() {
noDB:=fs.Bool("no-db",false,"manage entities in-process w/o any encryption, used only for single-node testing")
// UI-related:
issuerName:=fs.String("issuer-name","dex","The name of this dex installation; will appear on most pages.")
issuerLogoURL:=fs.String("issuer-logo-url","https://coreos.com/assets/images/brand/coreos-wordmark-135x40px.png","URL of an image representing the issuer")