Skip to content

Commit

Permalink
Use .test TLD for integration setup
Browse files Browse the repository at this point in the history
  • Loading branch information
koplas committed Sep 19, 2024
1 parent c148a18 commit fafb22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/development-ca.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ signing_key
encryption_key
non_repudiation
dns_name = "*.local"
dns_name = "*.test"
dns_name = "localhost"
serial = 010
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/setupProviderForITest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo chgrp -R www-data /var/www
sudo chmod -R g+ws /var/www

export NGINX_CONFIG_PATH=/etc/nginx/sites-available/default
export DNS_NAME=csaf.data.security.localhost
export DNS_NAME=csaf.data.security.test

sudo cp /usr/share/doc/fcgiwrap/examples/nginx.conf /etc/nginx/fcgiwrap.conf

Expand Down

0 comments on commit fafb22f

Please sign in to comment.