| /openbmc/openbmc/meta-google/recipes-google/default-ca-dev/ |
| H A D | default-ca-dev.bb | 6 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 D | argument.cpp | 7 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 D | mainapp.cpp | 45 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 D | README.md | 34 --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 D | argument.hpp | 5 namespace phosphor::certs namespace
|
| H A D | x509_utils.hpp | 8 namespace phosphor::certs namespace
|
| H A D | watch.hpp | 9 namespace phosphor::certs namespace
|
| H A D | csr.hpp | 7 namespace phosphor::certs namespace
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | certificate_service.hpp | 62 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 D | 0015-bootstrap-check-commands-of-openssl-exist.patch | 20 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 D | 0012-raddb-certs-Makefile-fix-the-existed-certificate-err.patch | 4 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 D | freeradius | 36 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 D | 0013-raddb-certs-Makefile-fix-the-occasional-verification.patch | 4 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 D | meson.build | 5 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 D | certs_manager_test.cpp | 36 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 D | meson.build | 35 '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 D | nslcd | 2 #example: /xyz/openbmc_project/certs/client/ldap 6 CERTPATH=/etc/nslcd/certs/cert.pem
|
| /openbmc/phosphor-certificate-manager/dist/env/ |
| H A D | authority | 2 #example: /xyz/openbmc_project/certs/authority/truststore 6 CERTPATH=/etc/ssl/certs/authority
|
| H A D | bmcweb | 2 #example: /xyz/openbmc_project/certs/server/https 6 CERTPATH=/etc/ssl/certs/https/server.pem
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | buildtools-tarball.bb | 84 # /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 D | 0002-Make-samhainrc-OE-friendly.patch | 40 -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 D | README.md | 19 - 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 D | README.md | 33 -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 D | libio-socket-ssl-perl_2.089.bb | 36 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 D | libest_3.2.0.bb | 2 enrollment and is compatible with Suite B certs (as well as RSA \
|