Create the option of adding the certificates to the Azure AD App while creating the App using the command aad app add.
Following would be the expected options for the command.
| Option |
Description |
--certificateFile [certificateFile] |
Path to the file with certificate private key. Specify either certificateFile or certificateBase64Encoded |
--certificateBase64Encoded [certificateBase64Encoded] |
Base64-encoded string with certificate private key. Specify either certificateFile or certificateBase64Encoded |
--certificateDisplayName [certificateDisplayName] |
Display name for the certificate. If not given, the displayName will be set to the certificate subject |
Create the option of adding the certificates to the Azure AD App while creating the App using the command
aad app add.Following would be the expected options for the command.
--certificateFile [certificateFile]certificateFileorcertificateBase64Encoded--certificateBase64Encoded [certificateBase64Encoded]certificateFileorcertificateBase64Encoded--certificateDisplayName [certificateDisplayName]