summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2014-11-20 14:44:34 -0200
committerBruno Wagner <bwgpro@gmail.com>2014-11-20 14:46:09 -0200
commit2902b5acca9f8de1f8920a8f169abcff457d774c (patch)
tree6a901f82b920ebd407c7b181b476dd19d10d7374 /install-pixelated.sh
parent907270df79d1d54ad8818ba2f21d214e57cf00bb (diff)
Updated readme and install-pixelated instructions
Diffstat (limited to 'install-pixelated.sh')
-rwxr-xr-xinstall-pixelated.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh
index 3ee52a84..0f618a16 100755
--- a/install-pixelated.sh
+++ b/install-pixelated.sh
@@ -48,14 +48,14 @@ cat <<EOF
###############
-## You will need an account in a LEAP provider. You may find some at http://bitmask.net/
+## You will need an account in a LEAP provider with mail support. You may find some at http://bitmask.net/
-## Once you have it, modify the service/pixelated.example file and move it to ~/.pixelated
-
-## You might also need to add your LEAP provider ssl certificate to the pixelated/certificates folder, named as your provider domain name (in case it uses TLS):
-## - example: your.leapprovider.org.crt
+## You might also need to add your LEAP provider ssl certificate to pixelated manually for now, with the following steps:
+## The easiest way to find this is accessing https://your.provider.org/ca.crt
+## Rename the certificate based on your provider domain name like this `your.leapprovider.org.crt`
+## Put it in services/pixelated/certificates/
## Once you are done, just run:
-## pixelated-user-agent
+## pixelated-user-agent
EOF