Class TrustedCertificatesDirectory


  • public class TrustedCertificatesDirectory
    extends Object
    Utility class which knows where server trusted certificates are stored.
    Since:
    2018.1
    Author:
    Mikhail Khorkov
    • Method Detail

      • getCertificateDirectoryForProject

        @NotNull
        public static String getCertificateDirectoryForProject​(@NotNull
                                                               String projectsDir,
                                                               @NotNull
                                                               String projectId)
        Returns path to directory with trusted certificates for specified project.
        Parameters:
        projectsDir - root directory for all projects in the data directory
        projectId - project id of project for which we have to return directory
        Returns:
        path to directory with trusted certificates