Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. ##############################
  2. ## TEMPLATE CREATION CONFIG ##
  3. ##############################
  4. issuer_logo_file = /home/[youruser]/cert-tools/sample_data/images/issuer-logo.png
  5. cert_image_file = /home/[youruser]/cert-tools/sample_data/images/cert-image.png
  6. issuer_signature_file = /home/[youruser]/cert-tools/sample_data/images/issuer-signature.png
  7.  
  8. # issuer information
  9. issuer_url = https://yoururl.extension/
  10. issuer_certs_url = http://youripaddress:5000 # where the certificates are hosted, I'll be using the cert-viewer test
  11. issuer_email = certificates@contact.extension
  12. issuer_name = Your Institute
  13. issuer_id = https://yoururl/blockchain/issuer.json
  14.  
  15. # certificate information
  16. certificate_language = en-US
  17. certificate_description = Description
  18. certificate_title = Master of Engineering in Computer Science
  19.  
  20. data_dir = /home/[youruser]/cert-tools/sample_data
  21. template_dir = certificate_templates # template output directory
  22. template_file_name = test.json
  23.  
  24. ##############################
  25. ## INSTANTIATE BATCH CONFIG ##
  26. ##############################
  27. unsigned_certificates_dir = unsigned_certificates
  28. roster = rosters/game_of_thrones_live_roster.csv
  29.  
  30.  
  31. badge_id = 6021f061-1c48-412d-a834-01ef5af3e7dd
  32.  
  33.  
  34. ##############################
  35. ## V2 TEMPLATE ##
  36. ##############################
  37. revocation_list=https://yoururl.ext/revocationList.json
  38. issuer_signature_lines={"fields": [{"job_title": "President of the Institute","signature_image": "images/issuer-signature.png","name": "Some Name"}]}
  39. issuer_public_key=ecdsa-koblitz-pubkey:msBCHdwaQ7N2ypBYupkp6uNxtr9Pg76imj
  40. #badge_id=optional
  41. criteria_narrative=Recipient must complete all requirements to receive the Degree
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement