Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Karaf offers a simple way to configure additional security providers:

  • Wiki Markupput your provider jar in {{\[FELIX:KARAF\]/lib}}unmigrated-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

...