Coda Distributed File System
Classes | Namespaces | Functions | Variables
make_certs.py File Reference

Classes

class  cli.make_certs.Server
 
class  cli.make_certs.Realm
 

Namespaces

namespace  cli
 
namespace  cli.make_certs
 

Functions

def cli.make_certs.validate (configuration)
 
def cli.make_certs.generate_privkey (key)
 
def cli.make_certs.generate_realmcerts (realm)
 
def cli.make_certs.generate_servercert (realm, server)
 
def cli.make_certs.main ()
 

Variables

 cli.make_certs.parser
 
 cli.make_certs.action
 
 cli.make_certs.help
 
 cli.make_certs.metavar
 
 cli.make_certs.type
 
 cli.make_certs.args = parser.parse_args()
 
 cli.make_certs.format
 
 cli.make_certs.level
 
dictionary cli.make_certs.REALM_CONFIG_SCHEMA
 
 cli.make_certs.REALMDIR = pathlib.Path("realms")
 
 cli.make_certs.SERVERDIR = pathlib.Path("servers")
 
string cli.make_certs.REALM_TEMPLATE
 
string cli.make_certs.SERVER_TEMPLATE