Gilles Renault
02/15/2024, 9:22 AMGrant Bilstad
02/15/2024, 4:24 PM--address
is a valid flag available in fleetctl generate
Can always pass the -h
or --help
flags to get some more info.
fleetctl generate mdm-apple -h
NAME:
fleetctl generate mdm-apple - Generates certificate signing request (CSR) and key for Apple Push Notification Service (APNs) and certificate and key for Simple Certificate Enrollment Protocol (SCEP) to turn on MDM features.
USAGE:
fleetctl generate mdm-apple [command options] [arguments...]
OPTIONS:
--context value Name of fleetctl config context to use (default: "default") [$CONTEXT]
--debug Enable debug http request logging (default: false) [$DEBUG]
--email value The email address to send the signed APNS csr to.
--org value The organization requesting the signed APNS csr.
--apns-key value The output path for the APNs private key. (default: "fleet-mdm-apple-apns.key")
--scep-cert value The output path for the SCEP CA certificate. (default: "fleet-mdm-apple-scep.crt")
--scep-key value The output path for the SCEP CA private key. (default: "fleet-mdm-apple-scep.key")
--help, -h show help (default: false)
Gilles Renault
02/16/2024, 7:27 AMfleet config --address
then
fleet login
Gilles Renault
02/16/2024, 7:29 AMError: GET /api/latest/fleet/version: do request: Get "<https://fleet.at.home:8080/api/latest/fleet/version>": tls: failed to verify certificate: x509: certificate signed by unknown authority
Iñigo
02/16/2024, 10:58 AMGilles Renault
02/16/2024, 11:06 AMIñigo
02/16/2024, 11:18 AMGilles Renault
02/16/2024, 11:23 AMKathy Satterlee
02/16/2024, 4:21 PM