eapUserCertPath*
From QA Cafe Support Wiki
| eapUserCertPath* | You must configure at least one EAP identity and its authentication information for EAP-MD5 or EAP-TLS. You may configure up to 8196 different EAP Identities. Some of the tests will use all of the different EAP Identities. The * should be replaced with the number of the EAP Identity. * eapIdentity: the text name of the EAP identity * eapPassword: the password for this EAP Identity * eapUserCertPath: the pathname to the X.509 certificate for the EAP Identity. The certificate file must be in PEM format * eapUserCertPassword: the password used to encode the certificate * eapUserPrivateKey: the pathname to the PEM file that contains the private key for this EAP Identity. This pathname may be the same as the eapUserCertPath* value if both the X.509 certificate and private key are stored in the same PEM file. |
| Example: testvar eapIdentity1 user1 testvar eapPassword1 qacafe123 testvar eapUserCertPath1 /usr/share/doc/cdrouter/user1.pem testvar eapUserCertPassword1 qacafe123 testvar eapUserPrivateKey1 /usr/share/doc/cdrouter/user1.pem testvar eapIdentity2 user2 testvar eapPassword2 pw123 testvar eapUserCertPath2 /usr/share/doc/cdrouter/user2.pem testvar eapUserCertPassword2 qacafe123 testvar eapUserPrivateKey2 /usr/share/doc/cdrouter/user2.pem |

