클라이언트 측(Secure Pi)
- root계정 로그인
- 디렉토리 생성 및 이동
- mkdir /root/securepi (이미 존재한다면 생략)
- cd /root/securepi
- Remote Attestation 파일 다운
- Client 설정
- cd /root/securepi/SecurePi-Remote-attestation/RA_Client
- make
- ./Remote_Attestation_Client
서버 측(Linux)
- 계정 로그인
- 디렉토리 생성 및 이동
- mkdir $(사용자 홈 디렉토리)/securepi (이미 존재한다면 생략)
- cd $(사용자 홈 디렉토리)/securepi
- Remote Attestation 파일 다운
- Server 설정
- cd /root/securepi/SecurePi-Remote-attestation/RA_Server
- make
- ./Remote_Attestation_Server