Managed to successfully generate all necessary certificates, keys, etc. but I'm having a problem with changes to the torrc file.
The tor process starts up without any issue using the default torrc file (as one would expect), but no longer starts after the file has been edited with the directory authority configuration options.
When starting the tor process via service tor start it shows the process as active, but a netstat -anlp | grep tor shows no tor processes running anywhere at all
####Edited Torrc###
TestingTorNetwork 1
DataDirectory /root/Downloads/tor
RunAsDaemon 1
ConnLimit 60
Nickname testAuth
ShutdownWaitLength 0
PidFile /var/lib/tor/pid
Log notice file /root/Downloads/tor/notice.log
Log info file /root/Downloads/tor/info.log
ProtocolWarnings 1
SafeLogging 0
DisableDebuggerAttachment 0
DirAuthority Unnamed orport=5000 no-v2 hs v3ident=11B12259013712F46B22A38BBA83F8E68DB48800
192.168.136.129:7000 456CD98153967845CE13084A193F69016281DCAD
SocksPort 0
OrPort 5000
Address 192.168.136.129
DirPort 7000
# An exit policy that allows exiting to IPv4 LAN
ExitPolicy accept
192.168.1.0/24:*# An exit policy that allows exiting to IPv6 localhost
ExitPolicy accept [::1]:*
IPv6Exit 1
AuthoritativeDirectory 1
V3AuthoritativeDirectory 1
ContactInfo auth0@xxxxxxxxx
ExitPolicy reject *:*
TestingV3AuthInitialVotingInterval 300
TestingV3AuthInitialVoteDelay 20
TestingV3AuthInitialDistDelay 20