mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-06 16:17:08 +00:00
10 lines
276 B
Bash
Executable File
10 lines
276 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set -euo pipefail
|
|
|
|
openssl rand -hex 16 > pinniped-password/pinniped-dex-password
|
|
openssl rand -hex 16 > pinniped-password/pinniped-ldap-password
|