Create the option of adding the certificate to already available Azure AD App using the command aad app set.
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 certificate to already available Azure AD App using the command
aad app set.Following would be the expected options for the command.
--certificateFile [certificateFile]certificateFileorcertificateBase64Encoded--certificateBase64Encoded [certificateBase64Encoded]certificateFileorcertificateBase64Encoded--certificateDisplayName [certificateDisplayName]