Class ServerKeyMaterialFactory


  • @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class ServerKeyMaterialFactory
    extends KeyMaterialFactory
    KeyMaterialFactory for talking to docker daemon.

    Key/certificates have to be laid out in a specific file names in this directory to make docker(1) happy.

    Author:
    Kohsuke Kawaguchi