not found. should I show you my config file
Yes, and confirm your Internet IP:
Name: vorman.mooo.com
Address: 148.75.65.185
above is correct
server.modules = (
âmod_accessâ,
âmod_aliasâ,
âmod_compressâ,
âmod_redirectâ,
âmod_rewriteâ,
âmod_setenvâ,
)
server.document-root = â/var/www/html/owncloudâ
server.upload-dirs = ( â/var/cache/lighttpd/uploadsâ )
server.errorlog = â/var/log/lighttpd/error.logâ
server.pid-file = â/var/run/lighttpd.pidâ
server.username = âwww-dataâ
server.groupname = âwww-dataâ
server.port = 80
ssl_engine = âenabledâ
server.bind = â192.168.1.9â
index-file.names = ( âindex.phpâ, âindex.htmlâ, âindex.lighttpd.htmlâ )
url.access-deny = ( â~â, â.incâ )
static-file.exclude-extensions = ( â.phpâ, â.plâ, â.fcgiâ )
compress.cache-dir = â/var/cache/lighttpd/compress/â
compress.filetype = ( âapplication/javascriptâ, âtext/cssâ, âtext/htmlâ, âtext/plainâ )
default listening port for IPv6 falls back to the IPv4 port
include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
include_shell â/usr/share/lighttpd/create-mime.assign.plâ
include_shell â/usr/share/lighttpd/include-conf-enabled.plâ
$SERVER[âsocketâ] == â:443â {
ssl.engine = âenableâ
ssl.pemfile = â/etc/letsencrypt/live/vorman.mooo.com/combined.pemâ
ssl.ca-file = â/etc/letsencrypt/live/vorman.mooo.com/fullchain.pemâ
ssl.cipher-list = âECDHE-RSA-AES256-SHA384:AES256-SHA256:HIGH:!MD5:!aNULL:!EDH:!AESGCMâ
ssl.honor-cipher-order = âenableâ
ssl.use-sslv2 = âdisableâ
ssl.use-sslv3 = âdisableâ
}
#$SERVER[âsocketâ] == âvorman.mooo.com:443â {
ssl.engine = âenableâ
ssl.pemfile = â/etc/lighttpd/ssl/vorman.mooo.com.pemâ
ssl.ca-file = â/etc/lighttpd/ssl/vorman.mooo.com.crtâ
server.name = âvorman.mooo.comâ
server.document-root = â/var/wwww/html/owncloudâ
#}
#$SERVER[âsocketâ] == â:443â {
ssl.engine = âenableâ
ssl.pemfile = â/etc/lighttpd/certs/lighttpd.pemâ
#}
$HTTP[âschemeâ] == âhttpsâ {
setenv.add-response-header = ( âStrict-Transport-Securityâ => "max-age=63072000; includeSubdomains; ")
}
--webroot must match document-root
Place the 1234 text file at: /var/www/html/owncloud/.well-known/acme-challenge/
mkdir /var/www/html/owncloud/.well-known/
mkdir /var/www/html/owncloud/.well-known/acme-challenge/
echo "hello" > /var/www/html/owncloud/.well-known/acme-challenge/1234
If that works (http://vorman.mooo.com/.well-known/acme-challenge/1234), then use
--webroot -w /var/www/html/owncloud/
If that fails...
We keep looking
This may be your answer
not found , { sorry I went wrong link it downloads a file ] so I guess it worked ]
here is my question .
'then use --webroot⌠where? when renewing? if I was able to create why renting fails if nothing changed ? do I have to answer all the same questions on renewing I did on creation
well I was able to create it like that , then why I canât renwew it
This is visible from Internet: http://vorman.mooo.com/.well-known/acme-challenge/1234
Now try:
certbot-auto certonly --webroot -w /var/www/html/owncloud/
or
certbot-auto renew --webroot -w /var/www/html/owncloud/
or just
certbot-auto --webroot -w /var/www/html/owncloud/
donât I have to specify renew ?
ok ill try this
The webroot has since changed from:
To:
Alternatively, you could just update the renewal file from:
To:
[[webroot_map]]
vorman.mooo.com = /var/www/html/owncloud
was there any security concerns on file I pasted ?
Now see if the renewal file now has the correct webroot.
If so, then you wonât need to include --webroot in future updates.
none that I can see.
where I see that which file , I want to see what is my renewal date
yes webroot is correct but I donât see rental date
Try:
certbot certificates
mmmmmm,
30 days ?
renew_before_expiry = 30 days
version = 0.29.1
archive_dir = /etc/letsencrypt/archive/vorman.mooo.com
cert = /etc/letsencrypt/live/vorman.mooo.com/cert.pem
privkey = /etc/letsencrypt/live/vorman.mooo.com/privkey.pem
chain = /etc/letsencrypt/live/vorman.mooo.com/chain.pem
fullchain = /etc/letsencrypt/live/vorman.mooo.com/fullchain.pem
Options used in the renewal process
[renewalparams]
authenticator = webroot
account = 99d1abf44ae76a30527e984e392c1bd6
server = https://acme-v02.api.letsencrypt.org/directory
webroot_path = /var/www/html/owncloud,
[[webroot_map]]
vorman.mooo.com = /var/www/html/owncloud
certbot certificates file or command
Cert life = 90 days
ârenew BEFORE expires 30 daysâ = 60 days from now