Search results

  1. N

    HTTPS certificat with vault and docker-compose

    Hello, I try to learn how to use Vault by creating a local virtual machine ( ubuntu 20.04 ) and a container with docker-compose. So I run Vault from container built with docker-compose. I've access to the UI/API but I want to put it in https with SSL certificat from openssl. Here my...
  2. N

    Values rotation in array with bash

    Hello I created a little script that allow to make a rotation of values in an array. The goal was to shift the values to the right and that the last value of the array became the first value in order to create a rotation. The purpose of the exercice was to do it without using a temporary...
Top