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