We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9de53 commit 31092b5Copy full SHA for 31092b5
readme.md
@@ -1,11 +1,4 @@
1
-# Run the following commands
+# Documentation
2
3
-* openssl ecparam -name prime256v1 -genkey -noout -out vapid_private.pem
4
-* openssl ec -in vapid_private.pem -pubout -out vapid_public.pem
5
-
6
-* openssl ec -in ./vapid_private.pem -outform DER|tail -c +8|head -c 32|base64|tr -d '=' |tr '/+' '_-' >> private_key.txt
7
-* openssl ec -in ./vapid_private.pem -pubout -outform DER|tail -c 65|base64|tr -d '=' |tr '/+' '_-' >> public_key.txt
8
9
10
-* curl -X GET http://localhost:8080/subscription/
11
-* curl -X POST http://localhost:8080/push/
+* Follow the article:
+* https://raturi.in/blog/webpush-notification-using-python-and-flask/
0 commit comments