-
Notifications
You must be signed in to change notification settings - Fork 4
certbot: enable hsts #1
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
base: master
Are you sure you want to change the base?
Conversation
jmasonsk-te
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo needs fixing for add_header.
test_server_installer_ubuntu.sh
Outdated
| fi | ||
| sed -i '36,39s/# Samknows SSL configuration listen/ listen/g' $NGINX_FILENAME | ||
| sed -i '30,30s/# Samknows SSL configuration listen/ listen/g' $NGINX_FILENAME | ||
| sed -i '37,40s/# Samknows SSL configuration add-header/ add-header/g' $NGINX_FILENAME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be add_header not add-header I believe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, thanks. Fixed in new push.
test_server_installer_rocky_9.sh
Outdated
| fi | ||
| sed -i '36,39s/# Samknows SSL configuration listen/ listen/g' $NGINX_FILENAME | ||
| sed -i '30,30s/# Samknows SSL configuration listen/ listen/g' $NGINX_FILENAME | ||
| sed -i '37,40s/# Samknows SSL configuration add-header/ add-header/g' $NGINX_FILENAME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be add_header not add-header I believe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, thanks. Fixed in new push.
To satisfy the requirements of CT1652: SEC-HTP-HSTS-2
To satisfy the requirements of CT1652: SEC-HTP-HSTS-2