···27 ///
28 /// if present:
29 /// - a did:web document will be served at /.well-known/did.json
30- /// - TODO: HTTPS certs will be automatically configured with Acme/letsencrypt
31 /// - TODO: a rate-limiter will be installed
32 #[arg(long)]
33 host: Option<String>,
···27 ///
28 /// if present:
29 /// - a did:web document will be served at /.well-known/did.json
30+ /// - an HTTPS certs will be automatically configured with Acme/letsencrypt
31 /// - TODO: a rate-limiter will be installed
32 #[arg(long)]
33 host: Option<String>,