mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
Update readme
This commit is contained in:
parent
f80e693d8b
commit
fc4c4e8675
2 changed files with 3 additions and 8 deletions
|
@ -16,7 +16,7 @@ This example showcases the deployment on our own OpenStack based Public Cloud Of
|
||||||
- [Create new project](#project)
|
- [Create new project](#project)
|
||||||
- [Create API user](#api-user)
|
- [Create API user](#api-user)
|
||||||
- [Import Key Pair](#key-pair)
|
- [Import Key Pair](#key-pair)
|
||||||
- [Create VPC, Subnet and Security Group](#vpc-subnet-securitygroup)
|
- [Create VPC and Subnet](#vpc-subnet)
|
||||||
- [Clone Git Repository](#clone-git)
|
- [Clone Git Repository](#clone-git)
|
||||||
- [Settings and recommended values](#settings)
|
- [Settings and recommended values](#settings)
|
||||||
- [OpenStack authentication variables](#os-auth)
|
- [OpenStack authentication variables](#os-auth)
|
||||||
|
@ -95,17 +95,12 @@ Import your SSH public key.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<a name="vpc-subnet-securitygroup"></a>
|
<a name="vpc-subnet"></a>
|
||||||
## Create VPC, Subnet and Security Group
|
## Create VPC and Subnet
|
||||||
- VPC (Virtual Private Cloud) and Subnet:
|
- VPC (Virtual Private Cloud) and Subnet:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- Security Group:
|
|
||||||
The configured Security Group should allow all incoming TCP / UDP traffic.
|
|
||||||
If you want to secure the management interfaces, you can limit the incoming "allow all" traffic to the port range of 1-64000 and allow access to ports > 64000 only from your trusted IPs.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
<a name="clone-git"></a>
|
<a name="clone-git"></a>
|
||||||
# Clone Git Repository
|
# Clone Git Repository
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 337 KiB |
Loading…
Reference in a new issue