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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vincent MAZENOD
tp-www-ssl
Commits
452b3bd6
Commit
452b3bd6
authored
Jan 16, 2017
by
Pascal Lafourcade
Browse files
Options
Downloads
Patches
Plain Diff
TP
parent
62f80841
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
TP-https.md
+58
-0
58 additions, 0 deletions
TP-https.md
with
58 additions
and
0 deletions
TP-https.md
0 → 100644
+
58
−
0
View file @
452b3bd6
## TP HTTPS
L'objectif du TP est de configurer un site web en http pour qu'il soit accessible en https.
### Installation
```
bash
git clone git@gitlab.isima.fr:mazenovi/tp-www-ssl.git
&&
cd
tp-www-ssl
```
or
```
bash
git clone https://gitlab.isima.fr/mazenovi/tp-www-ssl.git
&&
cd
tp-www-ssl
```
## How can you use it?
```
bash
vagrant up
```
### Test it
http://0.0.0.0:8080/ -> Apache2 Debian Default Page
## How can you use command line on it?
```
bash
vagrant ssh
```
## How can you stop it?
```
bash
vagrant halt
```
## How can you reset it?
```
bash
vagrant destroy
```
## How can you reexecute provioning script on it?
```
bash
vagrant provision
```
*
You can provision with provision.sh script
s4uC3
*
https://raymii.org/s/
*
(firefox add ons) https://addons.mozilla.org/fr/firefox/addon/calomel-ssl-validation/
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