Updated on January 9, 2024

Step 2: Download and Install Dependencies

Ubuntu-based VM

1. Connect to the Kubernetes cluster from the virtual machine.

2. Install dependencies:

sudo apt update sudo apt install -y unzip python3-pip

3. Download and unzip automation script:

wget https://protecto-media.s3.us-east-1.amazonaws.com/automation-script-tokenization.zip
unzip -q automation-script-tokenization.zip && cd automation-script-tokenization
chmod +x azure_nginx.sh && chmod +x tokenization.sh
What are your feelings?
Scroll to Top