-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LE certificate request requires a FQDN #6853
Labels
verified
All test cases were verified successfully
Comments
This was referenced Feb 20, 2024
|
This was referenced Feb 21, 2024
Merged
stephdl
added a commit
to stephdl/ns8-kickstart-postgresql
that referenced
this issue
Feb 21, 2024
Update hostname validation and error messages NethServer/dev#6853
This was referenced Feb 21, 2024
stephdl
added a commit
to stephdl/ns8-kickstart-postgresql
that referenced
this issue
Feb 21, 2024
Update hostname format validation and add new translations NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-traefik
that referenced
this issue
Feb 22, 2024
Add pattern validation for virtualhost NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-webtop
that referenced
this issue
Feb 22, 2024
Update hostname format validation and error message NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-mail
that referenced
this issue
Feb 22, 2024
Update hostname format in validator-definitions.json NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-postgresql
that referenced
this issue
Feb 22, 2024
Update hostname format validation and add translations for host pattern and host format NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-sogo
that referenced
this issue
Feb 22, 2024
Add hostname validation for 'host' field in validate-input.json NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-ejabberd
that referenced
this issue
Feb 22, 2024
Update hostname validation and messages NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-minio
that referenced
this issue
Feb 22, 2024
Update hostname format and error handling NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-dokuwiki
that referenced
this issue
Feb 22, 2024
Update hostname format validation and add host field validation messages NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-collabora
that referenced
this issue
Feb 22, 2024
Update hostname format and add validation messages for host pattern and format NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-webserver
that referenced
this issue
Feb 22, 2024
Fix validation pattern for ServerNames in create-vhost and update-vhost NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-grafana
that referenced
this issue
Feb 22, 2024
Update hostname format validation NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-imapsync
that referenced
this issue
Feb 22, 2024
Update mail_host format and add pattern validation NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-nextcloud
that referenced
this issue
Feb 22, 2024
Update hostname format validation NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-roundcubemail
that referenced
this issue
Feb 22, 2024
Update hostname format and add error messages for invalid host pattern and format NethServer/dev#6853
stephdl
added a commit
to NethServer/ns8-mattermost
that referenced
this issue
Feb 22, 2024
Add pattern validation for host name in configure-module/validate-input.json NethServer/dev#6853
DavidePrincipi
added
the
testing
Packages are available from testing repositories
label
Feb 22, 2024
VERIFIED The patch was verified for NextCloud Let's close this issue. We will release individual modules in the upcoming weeks. |
DavidePrincipi
added
verified
All test cases were verified successfully
and removed
testing
Packages are available from testing repositories
labels
Feb 28, 2024
closed, each module will be tested by the developer itself when a new release will occur |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
foo
Expected behavior
I expect to request a Let's encrypt certificate with the hostname
foo
Actual behavior
Request a lest encrypt certificate needs several conditions but at least it won't never give with a hostname, it requires a fully qualified domain name as
foo.com
. The actual validator should block us and require a domain foo.com or a FQDN server.foo.comComponents
we have a lot module or core product impacted, in fact we used to validate with json schema like this
"format": "idn-hostname"
"format": "hostname"
See also
https://mattermost.nethesis.it/nethesis/pl/k95kbw8ft3yf5gdtutwgszg18e
thank @lucagasparini
The text was updated successfully, but these errors were encountered: