|
Coda Distributed File System
|
Classes | |
| class | Realm |
| class | Server |
Functions | |
| def | validate (configuration) |
| def | generate_privkey (key) |
| def | generate_realmcerts (realm) |
| def | generate_servercert (realm, server) |
| def | main () |
Variables | |
| parser | |
| action | |
| help | |
| metavar | |
| type | |
| args = parser.parse_args() | |
| format | |
| level | |
| dictionary | REALM_CONFIG_SCHEMA |
| REALMDIR = pathlib.Path("realms") | |
| SERVERDIR = pathlib.Path("servers") | |
| string | REALM_TEMPLATE |
| string | SERVER_TEMPLATE |
| 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 | ( | void | ) |
| def cli.make_certs.validate | ( | configuration | ) |
| cli.make_certs.action |
| cli.make_certs.args = parser.parse_args() |
| cli.make_certs.format |
| cli.make_certs.help |
| cli.make_certs.level |
| cli.make_certs.metavar |
| cli.make_certs.parser |
| dictionary cli.make_certs.REALM_CONFIG_SCHEMA |
| string cli.make_certs.REALM_TEMPLATE |
| cli.make_certs.REALMDIR = pathlib.Path("realms") |
| string cli.make_certs.SERVER_TEMPLATE |
| cli.make_certs.SERVERDIR = pathlib.Path("servers") |
| cli.make_certs.type |