wacs.exe --target manual --host note9.wo.tc --validation filesystem --webroot "C:\xampp\htdocs\note9" --store pemfiles --pemfilespath C:\PEM
<VirtualHost *:80>
ServerAdmin webmaster@note9.wo.tc
DocumentRoot "C:/xampp/htdocs/note9"
ServerName note9.wo.tc
ServerAlias www.note9.wo.tc
<Directory "c:/xampp/htdocs/note9">
Allow from all
Require all granted
</Directory>
ErrorLog "logs/note9.wo.tc-error.log"
CustomLog "logs/note9.wo.tc-access.log" common
</VirtualHost>
##<VirtualHost *:80>
## DocumentRoot "X:/xampp/htdocs/letsencrypttest.ddnsfree.com"
## ServerName letencrypttest.ddnsfree.com
## Alias /.well-known "X:/xampp/htdocs/.well-known"
## RewriteEngine On
## RewriteCond %{HTTPS} off
## RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R=301,L]
##</VirtualHost>
<VirtualHost *:443>
ServerAdmin webmaster@note9.wo.tc
DocumentRoot "C:/xampp/htdocs/note9"
SSLEngine on
SSLCertificateFile "C:\PEM\note9.wo.tc-crt.pem"
SSLCertificateKeyFile "C:\PEM\note9.wo.tc-key.pem"
SSLCertificateChainFile "C:\PEM\note9.wo.tc-chain.pem"
ServerName note9.wo.tc
ServerAlias www.note9.wo.tc
<Directory "c:/xampp/htdocs/note9">
Allow from all
Require all granted
</Directory>
ErrorLog "logs/note9.wo.tc-error.log"
CustomLog "logs/note9.wo.tc-access.log" commonn"
</VirtualHost>