Website: Change APNS CSR email attachment filename (#10682)

Closes: #10417

Changes:
- Changed the filename of the APNS CSR attachment:
`apple-apns-request.txt` » `apple-apns-csr.txt`

.

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
This commit is contained in:
Eric 2023-03-22 19:30:39 -05:00 committed by GitHub
parent db5ebd7cec
commit c40e780a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ module.exports = {
// base64 format, we doubly encode the contents before sending the
// email.
contentBytes: Buffer.from(generateCertificateResult.request).toString('base64'),
name: 'apple-apns-request.txt',
name: 'apple-apns-csr.txt',
type: 'text/plain',
}],
}).intercept((err)=>{