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:

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