apache2 - Let's Encrypt challenge fails on Windows with Bitnami -


i trying ssl certificate signed windows server in cloud installed bitnami includes apache2. followed this explanation using let's encrypt win simple.

i run command:

letsencrypt.exe --manualhost vmurl.ofwebsever.net --webroot "c:\my\pathto\bitnami\apache\htdocs" --test 

the "letsencrypt-win-simple" tool tells me local path acme-challenge file , claims not accessible via internet. recommends me whether file accessible via browser. however, can access file via browser. copied exact link console output , see key in browser (not in cloud anymore!). obviously, key file put apache htdocs folder. how can narrow down?

  • is bitnami/apache2 not suitable let's encrypt win simple?
  • has let's encrypt win simple bug here?
  • is cloud server?

any appreciated! in advance.

it worked after got official domain provider. seems not possible certificate url of vm. error message check file via browser quite misleading here, because accessible via browser after all.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -