Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Common questions

For none technical questions: bobsupport@samtrafiken.se

Technical questions

All technical questions are handled in below stated Google group, and we suggest that all interested parties join this group.

https://groups.google.com/forum/#!forum/bob-tech

This is a closed group, to join the group send a list with email-adress(es) to bobsupport@samtrafiken.se.

If you join the group with a google-account, you will also have access to the web user interface.

Test environment for servers

A set of scripts to test BoB server implementations can be found at https://bitbucket.org/samtrafiken/bobby.

Test environment for clients

Host

https://bobby.samtrafiken.se/api/v1

Access

To request access to the test environment, please submit the following information to bobsupport@samtrafiken.se:

  • Name
  • Affiliation
  • Email address
  • BoB AuthZ Group Requested
    • VAL = Validator
    • INS = Inspector
    • TVM = Ticket Vending Machine
    • POS = Point of Sale
    • APP = Application Backend (for requesting application keys)
    • TEST = Test (all of the above)
  • SHA1 fingerprint of self-signed certificate

Certificate Generation

To generate a self-signed certificate and show the SHA1 fingerprint using OpenSSL, you may use the following commands:

openssl req -new -x509 -sha256 -days 1000 \
	-newkey rsa:2048 -nodes -keyout bobby.key \
	-subj "/CN=Name" -out bobby.crt
openssl x509 -noout -fingerprint -in bobby.crt





  • No labels