deptofdefense / iceberg

File server using client certificate authentication and policy-based access control
MIT License
6 stars 6 forks source link

Add flags for customizing TLS configuration #1

Closed pjdufour-dds closed 4 years ago

pjdufour-dds commented 4 years ago

Add flags for customizing the TLS configuration, including:

This will include adding const variables and updating the initFlags, checkConfig, and serve command functions.

pjdufour-dds commented 4 years ago

Done