Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Wiki Markup
    put your provider jar in {{\[FELIX:KARAF\]/lib}}
  • Wiki Markup
    modify the {{\[FELIX:KARAF\]/etc/config.properties}} configuration file to add the following property
Code Block
org.apache.felix.servicemixkaraf.security.providers = xxx,yyy

The value of this property is a comma separated list of the provider class names to register.
For example:

Code Block
org.apache.felix.servicemixkaraf.security.providers = org.bouncycastle.jce.provider.BouncyCastleProvider

...