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

Version 1 Next »

iSchedule is a protocol for sending iCalendar scheduling messages between servers. The protocol is defined in http://tools.ietf.org/html/draft-desruisseaux-ischedule-05.

 

By default, this service is disabled. The following steps are required to enable it:

  • Create a key pair
  • Define the ischedule url in the jmx console
  • Ensure .well-known redirects to that url

You may already have a key-pair. Currently the iSchedule implementation uses a single pair for all interactions and it is the same as the key-pair used for encryption by the service as a whole.

Key Pairs

To create a key-pair, 

  • Go to the jmx-console
  • Click on "org.bedework.util"
  • Click on "service=BwGenKeys"
  • Invoke the genKeys operation.

You should see an indication that keys were generated and tested. No harm is done by creating more keys. Old key pairs are preserved so that older data can be decrypted.

  • No labels