Nextcloud: Difference between revisions
imported>Montyz m The example password will be rejected by nextcloud and not allow login. Also note the default user is admin, not root. |
imported>Writer No edit summary |
||
Line 106: | Line 106: | ||
enableACME = true; | enableACME = true; | ||
}; | }; | ||
security.acme = { | |||
acceptTerms = true; | |||
certs = { | |||
${config.services.nextcloud.hostName}.email = "your-letsencrypt-email@example.com"; | |||
}; | |||
}; | |||
</nowiki>}} | </nowiki>}} | ||