Skip to content
Snippets Groups Projects
Commit 6432810f authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

CI: fix mardkown violations

parent e6a9e954
No related branches found
No related tags found
No related merge requests found
Pipeline #36012 failed
......@@ -18,7 +18,7 @@ MD013:
strict: false
tables: false
code_blocks: false
line_length: 120
line_length: 400
# heading_line_length: 120
# code_block_line_length: 120
......
......@@ -23,12 +23,14 @@ download `.deb` from the respective websites.
Three steps to get you own running CFSSL on your laptop.
### Step 1 - Clone this repository
```bash
git clone https://gitlab.adullact.net/adullact/pki/vagrant-cfssl.git
cd vagrant-cfssl
```
### Step 2 - Download all required Puppet modules used to configure the virtual machine
```bash
./BUILD.sh
```
......@@ -42,6 +44,7 @@ You can modify this file to change value of any parameter documented by **Puppet
```bash
vagrant up
```
Then you wait few minutes (depends on your network access and power of your computer).
---------------------------------
......@@ -74,6 +77,7 @@ curl -s \
```
Example of an API response:
```json
{
"success": true,
......@@ -125,6 +129,7 @@ curl -s \
```
Example of an API response:
```json
{
"success": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment