rejetto / hfs

HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system.
GNU General Public License v3.0
2.29k stars 227 forks source link

HELP: make SSL to any subdomain in *-myhfs.ddns.net #553

Closed BussyBakks closed 7 months ago

BussyBakks commented 7 months ago

image i need my SSL in all website contain *-myhfs.ddns.net @rejetto how to do this?

rejetto commented 7 months ago

hfs doesn't corrently support wildcards on domain. to get that you'll have to use another software to make the certificate, and then use it with hfs. refer to letsencrypt for more information. i may work on it in the future, but not soon.

BussyBakks commented 7 months ago

hfs doesn't corrently support wildcards on domain. to get that you'll have to use another software to make the certificate, and then use it with hfs. refer to letsencrypt for more information. i may work on it in the future, but not soon.

and how to make hfs load 2 cert for 2 subdomain?

rejetto commented 7 months ago

you don't need 2, you make a certificate for any number of subdomains. You just cannot use *. indeed, in hfs it says "Multiple domains separated by commas" I forgot to mention that.

BussyBakks commented 7 months ago

you don't need 2, you make a certificate for any number of subdomains. You just cannot use *. indeed, in hfs it says "Multiple domains separated by commas" I forgot to mention that.

i forgot that my another domain is repo1-myhfs.ddns.net how i can put that subdomain in secure by SSL my subdomain config in pic: image

rejetto commented 7 months ago

You enter all your domains separated by commas

BussyBakks commented 7 months ago

You enter all your domains separated by commas

oh this work thanks! image