Skip to content
#

https-server

Here are 150 public repositories matching this topic...

etr
etr commented Jan 19, 2019

Is your feature request related to a problem? Please describe.
The code has a high number of nested blocks. This compromises both the readability of the code and the effectiveness of the dynamic analysis tools (as likely the compiler). This is the result of pushing for a single exit in methods (which is likely an academic heritage). Relaxing on that front would allow to more linear and readab

vjsdhyygy
vjsdhyygy commented Apr 21, 2019

root@server:~/new# caddy install http.filemanager

  Caddy Web Server is already installed on
  /opt/caddyserver/caddy

root@server:~/new# caddy version

  Caddy Web Server v1.0.0-beta2
  Caddy Web Server Installer - v6.1 pre (NEXT)
  PHP 5.5.9-1ubuntu4.27 (cli) (built: Mar  5 2019 18:56:49)

root@server:~/new# caddy start
  Starting Caddy Web Server...2019/04/21 00:03:51 /etc/C
me21
me21 commented Nov 20, 2018

Certificates can be created on Windows with OpenSSL like this:

First, generate CA certificate:

C:\OpenSSL-Win32\bin\openssl req -x509 -new -key rootCA.key -days 10000 -out rootCA.crt

Then create cmd script with the following content:

C:\OpenSSL-Win32\bin\openssl req -newkey rsa:2048 -out %1.csr -keyout %1.key -nodes -subj "/C=US/ST=GE/L=location/O=organisation/CN=%1"
if "%~

Improve this page

Add a description, image, and links to the https-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the https-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.