mirror of
https://github.com/ppp-project/ppp.git
synced 2026-01-11 07:03:58 +08:00
Some checks failed
Buildroot / Buildroot (qemu_mips32r2_malta_defconfig, glibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_mips32r2_malta_defconfig, musl) (push) Has been cancelled
Buildroot / Buildroot (qemu_mips32r2_malta_defconfig, uclibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_mips64_malta_defconfig, glibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_mips64_malta_defconfig, musl) (push) Has been cancelled
Buildroot / Buildroot (qemu_mips64_malta_defconfig, uclibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_ppc64le_pseries_defconfig, glibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_ppc64le_pseries_defconfig, musl) (push) Has been cancelled
Buildroot / Buildroot (qemu_ppc64le_pseries_defconfig, uclibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_riscv32_virt_defconfig, glibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_riscv32_virt_defconfig, musl) (push) Has been cancelled
Buildroot / Buildroot (qemu_riscv32_virt_defconfig, uclibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_riscv64_virt_defconfig, glibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_riscv64_virt_defconfig, musl) (push) Has been cancelled
Buildroot / Buildroot (qemu_riscv64_virt_defconfig, uclibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_x86_64_defconfig, glibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_x86_64_defconfig, musl) (push) Has been cancelled
Buildroot / Buildroot (qemu_x86_64_defconfig, uclibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_x86_defconfig, glibc) (push) Has been cancelled
Buildroot / Buildroot (qemu_x86_defconfig, musl) (push) Has been cancelled
Buildroot / Buildroot (qemu_x86_defconfig, uclibc) (push) Has been cancelled
Buildroot / Buildroot (raspberrypi4_64_defconfig, glibc) (push) Has been cancelled
Buildroot / Buildroot (raspberrypi4_64_defconfig, musl) (push) Has been cancelled
Buildroot / Buildroot (raspberrypi4_64_defconfig, uclibc) (push) Has been cancelled
Buildroot / Buildroot (raspberrypi4_defconfig, glibc) (push) Has been cancelled
Buildroot / Buildroot (raspberrypi4_defconfig, musl) (push) Has been cancelled
Buildroot / Buildroot (raspberrypi4_defconfig, uclibc) (push) Has been cancelled
Solaris / solaris (push) Has been cancelled
Build and Test / build_and_test (push) Has been cancelled
Build and Test / build_and_test_asan (push) Has been cancelled
This renames the configuration files in etc.ppp/ to have ".example" on the end of their names. This is so that when they are copied to <sysconfdir>/ppp (often /etc/ppp), they don't overwrite existing pppd configuration files, and it is clear that they are just examples. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
# Parameters for authentication using EAP-TLS (client)
|
|
|
|
# client name (can be *)
|
|
# server name (can be *)
|
|
# client certificate file (required)
|
|
# server certificate file (optional, if unused put '-')
|
|
# CA certificate file (required)
|
|
# client private key file (required)
|
|
|
|
#client server /root/cert/client.crt - /root/cert/ca.crt /root/cert/client.key
|