Skip to content
Snippets Groups Projects
Commit c4f31818 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

error in curl command

parent 30c1a30b
No related branches found
No related tags found
No related merge requests found
......@@ -66,13 +66,13 @@ journalctl -f --unit vl-dcc.service # run-time check
Returns a xml version of a certificate-document:
```
curl -s http://localhost:5006/vl-dcc/cer-2019-75046 > dcc-2019-75046.xml
curl -s http://localhost:5006/vl-dcc/2019-75046 > dcc-2019-75046.xml
```
Returns a xml version of a certificate-document with validation at once:
```
curl -s http://a73434:5006/vl-dcc/dcc-2019-75046 | \
curl -s http://a73434:5006/vl-dcc/2019-75046 | \
curl -s -X POST -H "Content-Type: text/xml" -d @- http://a73434:5005/validate
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment