Home
last modified time | relevance | path

Searched refs:pem (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/samples/net/sockets/http_server/src/certs/
Dgen_server_cert.sh8 -out server_privkey.pem
14 -key server_privkey.pem \
15 -out server_csr.pem \
30 -CA ca_cert.pem \
31 -CAkey ca_privkey.pem \
35 -in server_csr.pem \
36 -out server_cert.pem \
42 -in server_privkey.pem \
47 -in server_cert.pem \
Dgen_ca_cert.sh8 -out ca_privkey.pem
15 -key ca_privkey.pem \
16 -out ca_cert.pem \
D.gitignore1 *.pem
2 !ca_cert.pem
/Zephyr-latest/subsys/net/l2/wifi/
DCMakeLists.txt33 # convert .pem files to array data at build time
38 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/client.pem
39 ${gen_dir}/client.pem.inc
44 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/client-key.pem
45 ${gen_dir}/client-key.pem.inc
50 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/ca.pem
51 ${gen_dir}/ca.pem.inc
56 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/client2.pem
57 ${gen_dir}/client2.pem.inc
62 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/client-key2.pem
[all …]
/Zephyr-latest/samples/modules/thrift/hello/client/
DCMakeLists.txt36 # convert .pem files to array data at build time
41 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-cert.pem
42 ${gen_dir}/qemu_cert.pem.inc
47 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-key.pem
48 ${gen_dir}/qemu_key.pem.inc
53 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-cert.pem
54 ${gen_dir}/native_cert.pem.inc
59 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-key.pem
60 ${gen_dir}/native_key.pem.inc
/Zephyr-latest/samples/modules/thrift/hello/server/
DCMakeLists.txt36 # convert .pem files to array data at build time
41 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-cert.pem
42 ${gen_dir}/qemu_cert.pem.inc
47 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-key.pem
48 ${gen_dir}/qemu_key.pem.inc
53 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-cert.pem
54 ${gen_dir}/native_cert.pem.inc
59 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-key.pem
60 ${gen_dir}/native_key.pem.inc
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/creds/
D.gitignore1 *-certificate.pem.crt
2 *-private.pem.key
3 *-public.pem.key
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/support/
Dspi_cfg.txt18 ECDSAPrivKeyFile = ecprivkey001.pem
21 AesGenECPubKeyFile = ecpubkey002_crt.pem
35 ECDSAPrivKeyFile = ecprivkey001.pem
38 AesGenECPubKeyFile = ecpubkey002_crt.pem
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/support/
Dspi_cfg.txt18 ECDSAPrivKeyFile = ecprivkey001.pem
21 AesGenECPubKeyFile = ecpubkey002_crt.pem
35 ECDSAPrivKeyFile = ecprivkey001.pem
38 AesGenECPubKeyFile = ecpubkey002_crt.pem
/Zephyr-latest/boards/intel/adsp/
Dboard.cmake14 set(RIMAGE_SIGN_KEY "otc_private_key_3k.pem" CACHE STRING "default in cavs25/board.cmake")
30 set(RIMAGE_SIGN_KEY "otc_private_key_3k.pem" CACHE STRING "default in ace15_mtpm/board.cmake")
40 set(RIMAGE_SIGN_KEY "otc_private_key_3k.pem" CACHE STRING "default in ace20_lnl/board.cmake")
46 set(RIMAGE_SIGN_KEY "otc_private_key.pem" CACHE STRING "default rimage key")
/Zephyr-latest/tests/modules/thrift/ThriftTest/
DCMakeLists.txt44 # convert .pem files to array data at build time
49 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-cert.pem
50 ${gen_dir}/qemu_cert.pem.inc
55 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-key.pem
56 ${gen_dir}/qemu_key.pem.inc
/Zephyr-latest/doc/connectivity/networking/api/
Dwifi.rst43 $ cp client.pem samples/net/wifi/test_certs/
44 $ cp client-key.pem samples/net/wifi/test_certs/
45 $ cp ca.pem samples/net/wifi/test_certs/
46 $ cp client2.pem samples/net/wifi/test_certs/
47 $ cp client-key2.pem samples/net/wifi/test_certs/
48 $ cp ca2.pem samples/net/wifi/test_certs/
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/
Dgateway.conf78 DtlsCertsKey=/etc/ssl/certs/gateway.pem
79 DtlsPrivKey=/etc/ssl/private/privkey.pem
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/support/
Dspi_cfg_128MBit.txt33 ECDSAPrivKeyFile = ec384.pem
36 AesGenECPubKeyFile = ec384_crt.pem
Dspi_cfg.txt37 ECDSAPrivKeyFile = ec384.pem
40 AesGenECPubKeyFile = ec384_crt.pem
Dspi_cfg_4MBit.txt37 ECDSAPrivKeyFile = ec384.pem
40 AesGenECPubKeyFile = ec384_crt.pem
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/
Dspi_cfg.txt37 ECDSAPrivKeyFile = ec384.pem
40 AesGenECPubKeyFile = ec384_crt.pem
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst151 $ ./hello_client_ssl 192.0.2.1 ../native-cert.pem ../native-key.pem ../qemu-cert.pem
196 $ ./hello_server_ssl 0.0.0.0 ../native-cert.pem ../native-key.pem ../qemu-cert.pem
/Zephyr-latest/doc/services/tfm/
Dbuild.rst64 By default, ``<tfm-dir>/bl2/ext/mcuboot/root-rsa-3072.pem`` is used to sign secure
65 images, and ``<tfm-dir>/bl2/ext/mcuboot/root-rsa-3072_1.pem`` is used to sign
66 non-secure images. These default .pem keys can (and **should**) be overridden
71 the default .pem file with a new key pair!**
77 $ imgtool keygen -k root-rsa-3072_s.pem -t rsa-3072
78 $ imgtool keygen -k root-rsa-3072_ns.pem -t rsa-3072
80 You can then place the new .pem files in an alternate location, such as your
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig144 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/root-ec-p256.pem" if BOOT_SIGNATURE_TYPE_ECDSA_P256
145 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/root-ed25519.pem" if BOOT_SIGNATURE_TYPE_ED25519
146 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/root-rsa-2048.pem" if BOOT_SIGNATURE_TYPE_RSA
165 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/enc-ec256-priv.pem" if BOOT_SIGNATURE_TYPE_ECDSA_P256
166 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/enc-x25519-priv.pem" if BOOT_SIGNATURE_TYPE_ED25519
167 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/enc-rsa2048-priv.pem" if BOOT_SIGNATURE_TYPE_RSA
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DREADME.rst101 ``root-rsa-2048.pem`` key. The key is located in the MCUboot repository.
187 * Generate pem file from generated server.key and server.crt
191 cat server.key > server.pem
192 cat server.crt >> server.pem
198 openssl pkcs12 -export -in server.pem -out keystore.pkcs12
260 * Convert the server.pem file to self_sign.der and place the der file in
/Zephyr-latest/doc/develop/west/
Dsign.rst49 extra-args = -i 4 -k 'keys/key argument with space.pem'
56 ``west sign --tool rimage -- -i 4 -k 'keys/key argument with space.pem'``. In case
/Zephyr-latest/samples/subsys/usb/dfu/
DREADME.rst43 -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"bootloader/mcuboot/root-rsa-2048.pem\"
57 …G_BOOTLOADER_MCUBOOT=y '-DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-2048.pem"'
132 …BOOTLOADER_MCUBOOT=y '-DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-2048.pem"' \
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DREADME.rst114 openssl genrsa -out privkey.pem 512
115 openssl req -new -x509 -key privkey.pem -out servercert.pem
123 openssl x509 -in servercert.pem -outform DER -out servercert.der
124 openssl pkcs8 -topk8 -inform PEM -outform DER -nocrypt -in privkey.pem
262 --key bootloader/mcuboot/root-rsa-2048.pem
301 --version 2.0.0 --key bootloader/mcuboot/root-rsa-2048.pem
/Zephyr-latest/boards/ct/ctcc/doc/
Dindex.rst223 …BOOTLOADER_MCUBOOT=y -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"path/to/mcuboot/boot/root-rsa-2048.pem\"
233 …BOOTLOADER_MCUBOOT=y -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"path/to/mcuboot/boot/root-rsa-2048.pem\"
237 In all examples it is assumed to use default :file:`root-rsa-2048.pem` file from ``mcuboot/boot``

12