X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=inline;f=configure;h=db0464d19733d8635c3fc563aa61062cdec727cd;hb=e6db1df5a657ea0603e1ec0b1ea9b056264d470f;hp=04981f6fdcc186f3fef0397fd36526da3d0d252d;hpb=d4414f54910aeaa4809a7eacea75a089a0820f40;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 04981f6fd..db0464d19 100755 --- a/configure +++ b/configure @@ -303,7 +303,15 @@ if (prompt_bool $interactive, $question, 0) { } # Generate SSL certificates. -if ( && prompt_bool $interactive, 'Would you like to generate SSL certificates now?', $interactive) { +$question = < be used on a production network. + +Note: you can get a <|BOLD free|> CA-signed certificate from Let's Encrypt. See +https://letsencrypt.org/getting-started/ for more details. +EOQ + +if ( && prompt_bool $interactive, $question, $interactive) { system './tools/genssl', 'auto'; }