Set web.config for letsencrypt - Certify with Asp.NET Core and Angular 2 (Javascript-services)

前端 未结 3 1437
说谎
说谎 2021-01-02 20:47

I am trying to install letsencrypt certificate with Certify, but I get error, which (I think) has nothing to do with Certify. Problem is how my web.config is configured for

3条回答
  •  旧时难觅i
    2021-01-02 21:42

    Put this in the .\.well-known\acme-challenge\Web.Config file just next to the Lets Encrypt DNS verification file(s). No need to change the Web.Config you already have. All it does it tell IIS to cough up files without extension in the directory where this Web.Config resides with mime type text/plain as Lets Encrypt expects that.

    
    
        
            
                
            
            
                
                
            
        
    
    

提交回复
热议问题