domani/src/domain
2023-08-01 16:44:16 +02:00
..
acme Implement gemini cert store 2023-07-27 16:09:44 +02:00
tls Fix self-signed cert generation, not_before is required apparently 2023-07-31 20:48:00 +02:00
acme.rs Move Certificate and PrivateKey into their own tls module 2023-07-27 14:29:04 +02:00
checker.rs Use an HTTP challenge for ensuring that domains are correctly set up, rather than checking DNS records directly 2023-07-12 20:25:35 +02:00
config.rs Fix config to match the README, add proxy to README 2023-07-16 17:43:31 +02:00
gemini.rs Support for gemini fully fleshed out 2023-08-01 16:44:16 +02:00
manager.rs Support for gemini fully fleshed out 2023-08-01 16:44:16 +02:00
name.rs Add builtin domains to configuration 2023-07-15 19:45:56 +02:00
settings.rs Get rid of remove_path_prefix, it's not useful 2023-07-19 21:27:03 +02:00
store.rs Get rid of remove_path_prefix, it's not useful 2023-07-19 21:27:03 +02:00
tls.rs Move Certificate and PrivateKey into their own tls module 2023-07-27 14:29:04 +02:00