/usr/share/doc/netplan/examples/wpa enterprise.yaml

From wikieduonline
Revision as of 11:29, 6 May 2021 by Welcome (talk | contribs) (Created page with "<pre> network: version: 2 wifis: wl0: access-points: workplace: auth: key-management: eap method: ttls anon...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
network:
  version: 2
  wifis:
    wl0:
      access-points:
        workplace:
          auth:
            key-management: eap
            method: ttls
            anonymous-identity: "@internal.example.com"
            identity: "[email protected]"
            password: "v3ryS3kr1t"
        university:
          auth:
            key-management: eap
            method: tls
            anonymous-identity: "@cust.example.com"
            identity: "[email protected]"
            ca-certificate: /etc/ssl/cust-cacrt.pem
            client-certificate: /etc/ssl/cust-crt.pem
            client-key: /etc/ssl/cust-key.pem
            client-key-password: "d3cryptPr1v4t3K3y"
        open-network:
          auth:
            key-management: none
      dhcp4: yes


See also

Advertising: