I am making a distinction between a rate limited login password (which would be secure with something like “Karma27!”) and a password that protects encrypted disk data (which would need to be something like “Swipe Stapling Mortally Eloquence Obliged”). It sounds like you are planing to just use the login password for encrypted disk data encryption, which in general won’t work as the sort of thing that people use in that case can be trivially cracked.
You can do some password stretching, but that only gets you a factor of thousands improvement.
Just get it working locally without TLS/ssl. You probably want to set this:
If you are hoping to talk to people outside your domain you will have to figure out what to do about server to server communications.