try easystreet
This commit is contained in:
		
							parent
							
								
									be20822334
								
							
						
					
					
						commit
						bf8cc0713c
					
				
					 1 changed files with 11 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -46,9 +46,9 @@ with lib;
 | 
			
		|||
    };
 | 
			
		||||
    useFsLayout = true;
 | 
			
		||||
    hierarchySeparator = "/";
 | 
			
		||||
    certificateScheme = "acme";
 | 
			
		||||
    certificateFile = "/var/lib/acme/${fqdn}/fullchain.pem";
 | 
			
		||||
    keyFile = "/var/lib/acme/${fqdn}/key.pem";
 | 
			
		||||
    certificateScheme = "acme-nginx";
 | 
			
		||||
    # certificateFile = "/var/lib/acme/${fqdn}/fullchain.pem";
 | 
			
		||||
    # keyFile = "/var/lib/acme/${fqdn}/key.pem";
 | 
			
		||||
    loginAccounts = {
 | 
			
		||||
      "chris@cochrun.xyz" = {
 | 
			
		||||
        hashedPasswordFile = "/home/chris/mailp";
 | 
			
		||||
| 
						 | 
				
			
			@ -64,12 +64,12 @@ with lib;
 | 
			
		|||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  security.acme = {
 | 
			
		||||
    acceptTerms = true;
 | 
			
		||||
    defaults.email = "chris@cochrun.xyz";
 | 
			
		||||
    certs.${fqdn} = {
 | 
			
		||||
      webroot = "/var/lib/acme/acme-challenge/";
 | 
			
		||||
      # dnsProvider = "namecheap";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  # security.acme = {
 | 
			
		||||
  #   acceptTerms = true;
 | 
			
		||||
  #   defaults.email = "chris@cochrun.xyz";
 | 
			
		||||
  #   certs.${fqdn} = {
 | 
			
		||||
  #     webroot = "/var/lib/acme/acme-challenge/";
 | 
			
		||||
  #     # dnsProvider = "namecheap";
 | 
			
		||||
  #   };
 | 
			
		||||
  # };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue