Home
last modified time | relevance | path

Searched refs:certs (Results 1 – 25 of 82) sorted by relevance

1234

/openbmc/openbmc/meta-google/recipes-google/default-ca-dev/
H A Ddefault-ca-dev.bb6 SRC_URI += "file://certs/authority/"
8 FILES:${PN} = "${sysconfdir}/ssl/certs/authority/*"
11 install -d ${D}${sysconfdir}/ssl/certs/authority
12 install -m 0644 -D ${UNPACKDIR}/certs/authority/* \
13 ${D}${sysconfdir}/ssl/certs/authority
/openbmc/phosphor-certificate-manager/
H A Dargument.cpp7 namespace phosphor::certs namespace
23 phosphor::certs::CertificateType type = in processArguments()
24 phosphor::certs::stringToCertificateType(arguments.typeStr); in processArguments()
25 if (type == phosphor::certs::CertificateType::unsupported) in processArguments()
H A Dmainapp.cpp45 phosphor::certs::Arguments arguments; in main()
46 if (phosphor::certs::processArguments(argc, argv, arguments) != 0) in main()
62 phosphor::certs::Manager manager( in main()
64 phosphor::certs::stringToCertificateType(arguments.typeStr), in main()
H A DREADME.md34 --path=/etc/ssl/certs/https/server.pem --unit=bmcweb.service
43 --path=/etc/ssl/certs/authority --unit=bmcweb.service
52 --path=/etc/nslcd/certs/cert.pem
63 constructed by "/xyz/openbmc_project/certs/{type}/{endpoint}".
69 --path=/etc/ssl/certs/https/server.pem --unit=bmcweb.service
73 object path is "/xyz/openbmc_project/certs/server/https".
H A Dargument.hpp5 namespace phosphor::certs namespace
H A Dx509_utils.hpp8 namespace phosphor::certs namespace
H A Dwatch.hpp9 namespace phosphor::certs namespace
H A Dcsr.hpp7 namespace phosphor::certs namespace
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp62 namespace certs namespace
259 certs::certPropIntf}; in getCertificateList()
286 if (objPath.parent_path() == certs::httpsObjectPath) in getCertificateList()
292 else if (objPath.parent_path() == certs::ldapObjectPath) in getCertificateList()
298 else if (objPath.parent_path() == certs::authorityObjectPath) in getCertificateList()
338 service, objectPath, certs::certPropIntf, in getCertificateProperties()
436 service, objectPath, certs::objDeleteIntf, "Delete"); in deleteCertificate()
501 getCertificateList(asyncResp, certs::baseObjectPath, in handleCertificateLocationsGet()
580 objectPath = sdbusplus::message::object_path(certs::httpsObjectPath) / in handleReplaceCertificateAction()
583 service = certs::httpsServiceName; in handleReplaceCertificateAction()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0015-bootstrap-check-commands-of-openssl-exist.patch20 raddb/certs/bootstrap | 8 ++++++++
23 diff --git a/raddb/certs/bootstrap b/raddb/certs/bootstrap
25 --- a/raddb/certs/bootstrap
26 +++ b/raddb/certs/bootstrap
H A D0012-raddb-certs-Makefile-fix-the-existed-certificate-err.patch4 Subject: [PATCH] raddb/certs/Makefile: fix the existed certificate error
28 raddb/certs/Makefile | 4 ++--
31 diff --git a/raddb/certs/Makefile b/raddb/certs/Makefile
33 --- a/raddb/certs/Makefile
34 +++ b/raddb/certs/Makefile
H A Dfreeradius36 if [ ! -f /etc/raddb/certs/server.pem ]; then
38 if sudo -u radiusd /etc/raddb/certs/bootstrap 1> /dev/null 2> /dev/null; then
H A D0013-raddb-certs-Makefile-fix-the-occasional-verification.patch4 Subject: [PATCH] raddb/certs/Makefile: fix the occasional verification failure
7 # cd /etc/raddb/certs
28 raddb/certs/Makefile | 30 +++++++++++++++---------------
31 diff --git a/raddb/certs/Makefile b/raddb/certs/Makefile
33 --- a/raddb/certs/Makefile
34 +++ b/raddb/certs/Makefile
/openbmc/phosphor-certificate-manager/dist/
H A Dmeson.build5 certs = [] variable
17 certs += 'env/bmcweb'
28 certs += 'env/authority'
41 install_data(certs, install_dir: cert_manager_dir)
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp36 namespace phosphor::certs namespace
216 MainApp(phosphor::certs::Manager* manager, in MainApp()
217 phosphor::certs::CSR* csr = nullptr) : manager(manager), csr_(csr) in MainApp()
244 phosphor::certs::Manager* manager;
245 phosphor::certs::CSR* csr_;
248 class ManagerInTest : public phosphor::certs::Manager
330 std::vector<std::unique_ptr<Certificate>>& certs = in TEST_F() local
333 ASSERT_EQ(certs.size(), 1); in TEST_F()
335 EXPECT_EQ(certs.front()->validNotAfter() - certs.front()->validNotBefore(), in TEST_F()
337 EXPECT_EQ(certs.front()->subject(), "O=openbmc-project.xyz,CN=localhost"); in TEST_F()
[all …]
H A Dmeson.build35 'test-certs-manager',
40 timeout: 500, # Takes about 1 minute to generate all the certs.
48 'test-ca-certs-manager',
/openbmc/phosphor-user-manager/
H A Dnslcd2 #example: /xyz/openbmc_project/certs/client/ldap
6 CERTPATH=/etc/nslcd/certs/cert.pem
/openbmc/phosphor-certificate-manager/dist/env/
H A Dauthority2 #example: /xyz/openbmc_project/certs/authority/truststore
6 CERTPATH=/etc/ssl/certs/authority
H A Dbmcweb2 #example: /xyz/openbmc_project/certs/server/https
6 CERTPATH=/etc/ssl/certs/https/server.pem
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dbuildtools-tarball.bb84 # /etc/ssl/certs/ca-certificates.crt Debian systems
85 # /etc/pki/tls/certs/ca-bundle.crt Fedora systems
89 for a in /etc/ssl/certs/ca-certificates.crt \
90 /etc/pki/tls/certs/ca-bundle.crt \
98 a="/etc/ssl/certs"
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0002-Make-samhainrc-OE-friendly.patch40 -file = /etc/cups/certs
41 -file = /etc/cups/certs/0
92 -file = /var/lib/cups/certs
93 -file = /var/lib/cups/certs/0
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md19 - The URI /xyz/openbmc_project/certs/server/https maps to instance of the
21 - The URI /xyz/openbmc_project/certs/client/ldap maps to instance of the
23 - The URI /xyz/openbmc_project/certs/authority/truststore maps to instance of
44 url: /xyz/openbmc_project/certs/server/https
48 url: /xyz/openbmc_project/certs/server/https/<cert_id>
52 url: /xyz/openbmc_project/certs/client/ldap
56 url: /xyz/openbmc_project/certs/client/ldap/<cert_id>
203 /xyz/openbmc_project/certs/server/https.
218 e.g: /xyz/openbmc_project/certs/server/https/1 is mapped to
231 /xyz/openbmc_project/certs/server/https/1.
/openbmc/phosphor-user-manager/docs/
H A DREADME.md33 -X PUT -T <FILE> https://<BMC_IP>/xyz/openbmc_project/certs/client/ldap
40 -X PUT -T <FILE> https://<BMC_IP>/xyz/openbmc_project/certs/authority/truststore
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/
H A Dlibio-socket-ssl-perl_2.089.bb36 cp -pRP ${S}/t/certs ${D}${docdir}/${PN}/
53 cp -r ${B}/t/certs ${D}${PTEST_PATH}
/openbmc/openbmc/meta-security/recipes-security/libest/
H A Dlibest_3.2.0.bb2 enrollment and is compatible with Suite B certs (as well as RSA \

1234