• Yifan Gu's avatar
    dex-worker: add TLS support. · 3da456ef
    Yifan Gu authored
    Add two new flags '--cert-file' and '--key-file'.
    If scheme == 'https', then we will use the two new flags to get
    the cert/key pair for TLS connection.
    
    Also add '--ca-file' to the example app to allow TLS connection to the
    dex-worker using a specified ca file.
    3da456ef
main.go 5.14 KB