Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tp-www-ssl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vincent MAZENOD
tp-www-ssl
Commits
79ae6e6c
Commit
79ae6e6c
authored
7 years ago
by
mazenovi
Browse files
Options
Downloads
Patches
Plain Diff
fix some typo
parent
f729af22
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provision.sh
+2
-2
2 additions, 2 deletions
provision.sh
with
2 additions
and
2 deletions
provision.sh
+
2
−
2
View file @
79ae6e6c
...
@@ -100,7 +100,7 @@ echo "(3) - OCSP Stapling not enabled."
...
@@ -100,7 +100,7 @@ echo "(3) - OCSP Stapling not enabled."
echo
" depend on CA https://www.digicert.com/ssl-support/apache-enable-ocsp-stapling-on-server.htm"
echo
" depend on CA https://www.digicert.com/ssl-support/apache-enable-ocsp-stapling-on-server.htm"
# STEP 7 - enhance apache secuirty configuration
# STEP 7 - enhance apache secuirty configuration
echo
"Trying to resole (2) - HTTP Strict Transport Security not set"
echo
"Trying to resol
v
e (2) - HTTP Strict Transport Security not set"
echo
"see https://cipherli.st/ force ssl configuration good practices"
echo
"see https://cipherli.st/ force ssl configuration good practices"
echo
"see https://raymii.org/s/tutorials/Strong_SSL_Security_On_Apache2.html"
echo
"see https://raymii.org/s/tutorials/Strong_SSL_Security_On_Apache2.html"
echo
'SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'
|
sudo tee
--append
/etc/apache2/apache2.conf
echo
'SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'
|
sudo tee
--append
/etc/apache2/apache2.conf
...
@@ -144,7 +144,7 @@ echo "restart apache to take modifcations"
...
@@ -144,7 +144,7 @@ echo "restart apache to take modifcations"
sudo
apache2ctl restart
sudo
apache2ctl restart
# STEP 8 - signed cert and import certificate authority
# STEP 8 - signed cert and import certificate authority
echo
"enhance our
h
ey and cert"
echo
"enhance our
k
ey and cert"
echo
"see https://blog.didierstevens.com/2008/12/30/howto-make-your-own-cert-with-openssl/"
echo
"see https://blog.didierstevens.com/2008/12/30/howto-make-your-own-cert-with-openssl/"
echo
"generate 4096-bit long RSA key for our root CA (rootca.key)"
echo
"generate 4096-bit long RSA key for our root CA (rootca.key)"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment