Skip to content

Commit

Permalink
Merge pull request #12 from isprambiente/master
Browse files Browse the repository at this point in the history
Little correction in README

Thank you @MdreW !
  • Loading branch information
peppelinux authored May 24, 2021
2 parents 4447310 + 13b6723 commit 1ed02c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ source satosa.env/bin/activate

###### Dependencies
````
sudo apt install -y libffi-dev libssl-dev xmlsec1 python3-pip xmlsec1 procps
sudo apt install -y libffi-dev libssl-dev xmlsec1 python3-pip xmlsec1 procps libpcre3 libpcre3-dev
git clone https://github.com/peppelinux/Satosa-Saml2Spid.git repository
pip install -r repository/requirements.txt
Expand Down Expand Up @@ -148,6 +148,7 @@ If you want to handle metadata file manually, as this example purpose as demostr
create `metadata/idp` and `metadata/sp` folders, then copy metadata:

````
mkdir -p metadata/idp metadata/sp
wget http://localhost:8080/metadata.xml -O metadata/idp/spid-saml-check.xml
wget https://registry.spid.gov.it/metadata/idp/spid-entities-idps.xml -O metadata/idp/spid-entities-idps.xml
````
Expand Down

0 comments on commit 1ed02c2

Please sign in to comment.