Update docs
This commit is contained in:
parent
a4442dcfbe
commit
bd06c2e4b3
8 changed files with 4 additions and 28 deletions
|
@ -13,9 +13,6 @@ Generates obfs4 state and certificate for Tor bridges using external relay ident
|
|||
## Example Usage
|
||||
|
||||
```terraform
|
||||
# Copyright (c) Abel Luck <abel@guardianproject.info>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
terraform {
|
||||
required_providers {
|
||||
tor = {
|
||||
|
@ -27,9 +24,7 @@ terraform {
|
|||
provider "tor" {}
|
||||
|
||||
# Example: Generate obfs4 state using existing identity keys
|
||||
resource "tor_relay_identity_rsa" "bridge" {
|
||||
key_size = 2048
|
||||
}
|
||||
resource "tor_relay_identity_rsa" "bridge" {}
|
||||
|
||||
resource "tor_relay_identity_ed25519" "bridge" {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue