Skip to content

craigaps/app-attest-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ›ก๏ธ App Attest Service

This Node.js service provides secure HTTPS endpoints for Apple App Attestation workflows. It uses Express and requires SSL certificates and environment configuration to run properly.


๐Ÿ” Environment Configuration

Create a .env file in the root of the project with the following entries:

APPLE_APP_ATTEST_ENVIRONENT=development                         # Set to 'development' or 'production'
APPLE_APP_ATTEST_CERTIFICATE=Apple_App_Attestation_Root_CA.pem  # Filename of Apple App Attestation Root CA certificate
HTTPS_PRIVATE_KEY=https_key.pem                                 # Filename of HTTPS server private key
HTTPS_CERTIFICATE=https_cert.pem                                # Filename of HTTPS server certificate

๐Ÿš€ Run the service

To start the service, in the root directory run npm start.

About

A service that checks whether clients connecting to server are valid instances of app-attest-ios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors